xml.etree.ElementTree.Element: remove inheritance from MutableSequence (#8056)

This commit is contained in:
Alex Waygood
2022-06-13 11:22:28 +01:00
committed by GitHub
parent 70d903c8b6
commit 67828bd598
2 changed files with 9 additions and 4 deletions

View File

@@ -231,6 +231,8 @@ webbrowser.UnixBrowser.remote_action # always overridden in inheriting class
webbrowser.UnixBrowser.remote_action_newtab # always overridden in inheriting class
webbrowser.UnixBrowser.remote_action_newwin # always overridden in inheriting class
xml.parsers.expat.expat_CAPI
xml.etree.ElementTree.Element.__iter__ # Doesn't exist at runtime, but instances are iterable due to __getitem__
xml.etree.cElementTree.Element.__iter__ # Doesn't exist at runtime, but instances are iterable due to __getitem__
# ==========
# Exists at runtime, but missing from stubs