diff --git a/tests/stubtest_whitelists/py35.txt b/tests/stubtest_whitelists/py35.txt index 6aff3d68a..9656509d2 100644 --- a/tests/stubtest_whitelists/py35.txt +++ b/tests/stubtest_whitelists/py35.txt @@ -70,8 +70,6 @@ typing.runtime_checkable unittest.async_case # Added in Python 3.8 uuid.UUID.int xml.etree.ElementTree.TreeBuilder.start # Discrepancy between Python and C modules, fixed in bpo-39495 -xml.etree.cElementTree.Element.__bool__ -xml.etree.cElementTree.Element.copy xml.etree.cElementTree.TreeBuilder.start # bpo-39495 xml.etree.cElementTree.XMLPullParser xml.parsers.expat.XMLParserType.ExternalEntityParserCreate diff --git a/tests/stubtest_whitelists/py36.txt b/tests/stubtest_whitelists/py36.txt index f64e4e37d..55f383f7c 100644 --- a/tests/stubtest_whitelists/py36.txt +++ b/tests/stubtest_whitelists/py36.txt @@ -67,7 +67,5 @@ urllib.parse.parse_qsl uuid.UUID.int webbrowser.Opera.raise_opts xml.etree.ElementTree.TreeBuilder.start # Discrepancy between Python and C modules, fixed in bpo-39495 -xml.etree.cElementTree.Element.__bool__ -xml.etree.cElementTree.Element.copy xml.etree.cElementTree.TreeBuilder.start # bpo-39495 xml.parsers.expat.XMLParserType.ExternalEntityParserCreate diff --git a/tests/stubtest_whitelists/py37.txt b/tests/stubtest_whitelists/py37.txt index ca883c325..c13a921da 100644 --- a/tests/stubtest_whitelists/py37.txt +++ b/tests/stubtest_whitelists/py37.txt @@ -64,7 +64,5 @@ uuid.UUID.is_safe uuid.getnode # undocumented, unused parameter getters that was later removed webbrowser.Opera.raise_opts xml.etree.ElementTree.TreeBuilder.start # Discrepancy between Python and C modules, fixed in bpo-39495 -xml.etree.cElementTree.Element.__bool__ -xml.etree.cElementTree.Element.copy xml.etree.cElementTree.TreeBuilder.start # bpo-39495 xml.parsers.expat.XMLParserType.ExternalEntityParserCreate diff --git a/tests/stubtest_whitelists/py38.txt b/tests/stubtest_whitelists/py38.txt index 91b0d6a04..081529b3c 100644 --- a/tests/stubtest_whitelists/py38.txt +++ b/tests/stubtest_whitelists/py38.txt @@ -96,13 +96,10 @@ typing._SpecialForm.__init__ typing._SpecialForm.__new__ unittest.doModuleCleanups uuid.getnode # undocumented, unused parameter getters that was later removed -weakref.WeakValueDictionary.__init__ weakref.WeakValueDictionary.update webbrowser.Opera.raise_opts xml.etree.ElementTree.TreeBuilder.start # Discrepancy between Python and C modules, fixed in bpo-39495 xml.etree.ElementTree.XMLParser.__init__ -xml.etree.cElementTree.Element.__bool__ -xml.etree.cElementTree.Element.copy xml.etree.cElementTree.TreeBuilder.start # bpo-39495 xml.etree.cElementTree.XMLParser.__init__ zipfile.Path.open diff --git a/tests/stubtest_whitelists/py3_common.txt b/tests/stubtest_whitelists/py3_common.txt index 897e1d2a6..014e0fb97 100644 --- a/tests/stubtest_whitelists/py3_common.txt +++ b/tests/stubtest_whitelists/py3_common.txt @@ -410,10 +410,8 @@ urllib.request.HTTPPasswordMgrWithPriorAuth.__init__ urllib.robotparser.RobotFileParser.can_fetch warnings.catch_warnings.__init__ weakref.CallableProxyType.__getattr__ -weakref.KeyedRef.__new__ weakref.ProxyType.__getattr__ weakref.ReferenceType.__call__ -weakref.WeakKeyDictionary.__init__ weakref.WeakKeyDictionary.get weakref.WeakKeyDictionary.update weakref.WeakValueDictionary.get @@ -424,8 +422,6 @@ webbrowser.UnixBrowser.remote_action_newtab webbrowser.UnixBrowser.remote_action_newwin wsgiref.types # Doesn't exist, see comments in file xml.etree.ElementPath._SelectorContext.parent_map -xml.etree.ElementTree.Element.__bool__ -xml.etree.ElementTree.Element.copy xml.sax.xmlreader.AttributesImpl.has_key zipfile.ZipExtFile.read zipfile.ZipExtFile.readline