diff --git a/stdlib/@tests/stubtest_allowlists/py310.txt b/stdlib/@tests/stubtest_allowlists/py310.txt index c21927d63..bb75541d1 100644 --- a/stdlib/@tests/stubtest_allowlists/py310.txt +++ b/stdlib/@tests/stubtest_allowlists/py310.txt @@ -107,8 +107,6 @@ urllib.request.HTTPPasswordMgrWithPriorAuth.__init__ # Args are passed as is to xml.etree.ElementTree.Element.__bool__ # Doesn't really exist; see comments in stub xml.etree.cElementTree.Element.__bool__ # Doesn't really exist; see comments in stub -platform.platform # runtime default is 0, we pretend it's a bool - # ======= # <= 3.12 @@ -250,6 +248,7 @@ lib2to3.tests # Modules that exist at runtime, but shouldn't be added to typesh lib2to3\.tests\..+ # Modules that exist at runtime, but shouldn't be added to typeshed pkgutil.ImpImporter\..* # Removed in 3.12 pkgutil.ImpLoader\..* # Removed in 3.12 +platform.platform # runtime default is 0, we pretend it's a bool poplib.POP3_SSL.stls # bad declaration of inherited function. See poplib.pyi tkinter.test # Modules that exist at runtime, but shouldn't be added to typeshed tkinter\.test\..+ # Modules that exist at runtime, but shouldn't be added to typeshed diff --git a/stdlib/@tests/stubtest_allowlists/py311.txt b/stdlib/@tests/stubtest_allowlists/py311.txt index 107221318..e9ccc238b 100644 --- a/stdlib/@tests/stubtest_allowlists/py311.txt +++ b/stdlib/@tests/stubtest_allowlists/py311.txt @@ -75,8 +75,6 @@ urllib.request.HTTPPasswordMgrWithPriorAuth.__init__ # Args are passed as is to xml.etree.ElementTree.Element.__bool__ # Doesn't really exist; see comments in stub xml.etree.cElementTree.Element.__bool__ # Doesn't really exist; see comments in stub -platform.platform # runtime default is 0, we pretend it's a bool - # ======= # <= 3.12 @@ -228,6 +226,7 @@ lib2to3.tests # Modules that exist at runtime, but shouldn't be added to typesh lib2to3\.tests\..+ # Modules that exist at runtime, but shouldn't be added to typeshed pkgutil.ImpImporter\..* # Removed in 3.12 pkgutil.ImpLoader\..* # Removed in 3.12 +platform.platform # runtime default is 0, we pretend it's a bool poplib.POP3_SSL.stls # bad declaration of inherited function. See poplib.pyi tkinter.test # Modules that exist at runtime, but shouldn't be added to typeshed tkinter\.test\..+ # Modules that exist at runtime, but shouldn't be added to typeshed diff --git a/stdlib/@tests/stubtest_allowlists/py39.txt b/stdlib/@tests/stubtest_allowlists/py39.txt index 8be1a91e8..6e62d3a07 100644 --- a/stdlib/@tests/stubtest_allowlists/py39.txt +++ b/stdlib/@tests/stubtest_allowlists/py39.txt @@ -61,8 +61,6 @@ urllib.request.HTTPPasswordMgrWithPriorAuth.__init__ # Args are passed as is to xml.etree.ElementTree.Element.__bool__ # Doesn't really exist; see comments in stub xml.etree.cElementTree.Element.__bool__ # Doesn't really exist; see comments in stub -platform.platform # runtime default is 0, we pretend it's a bool - # ======= # <= 3.12 @@ -203,6 +201,7 @@ lib2to3.tests # Modules that exist at runtime, but shouldn't be added to typesh lib2to3\.tests\..+ # Modules that exist at runtime, but shouldn't be added to typeshed pkgutil.ImpImporter\..* # Removed in 3.12 pkgutil.ImpLoader\..* # Removed in 3.12 +platform.platform # runtime default is 0, we pretend it's a bool poplib.POP3_SSL.stls # bad declaration of inherited function. See poplib.pyi tkinter.test # Modules that exist at runtime, but shouldn't be added to typeshed tkinter\.test\..+ # Modules that exist at runtime, but shouldn't be added to typeshed diff --git a/stdlib/@tests/stubtest_allowlists/win32-py310.txt b/stdlib/@tests/stubtest_allowlists/win32-py310.txt index fea9f4e62..ca56d2f0e 100644 --- a/stdlib/@tests/stubtest_allowlists/win32-py310.txt +++ b/stdlib/@tests/stubtest_allowlists/win32-py310.txt @@ -44,6 +44,7 @@ xml.parsers.expat.XMLParserType.SetReparseDeferralEnabled xml.sax.expatreader.ExpatParser.flush zipfile.ZipInfo.__slots__ + # ============================================================= # Allowlist entries that cannot or should not be fixed; <= 3.12 # ============================================================= diff --git a/stdlib/@tests/stubtest_allowlists/win32-py39.txt b/stdlib/@tests/stubtest_allowlists/win32-py39.txt index 9c12db83a..41f8ff3af 100644 --- a/stdlib/@tests/stubtest_allowlists/win32-py39.txt +++ b/stdlib/@tests/stubtest_allowlists/win32-py39.txt @@ -53,6 +53,7 @@ xml.parsers.expat.XMLParserType.SetReparseDeferralEnabled xml.sax.expatreader.ExpatParser.flush zipfile.ZipInfo.__slots__ + # ============================================================= # Allowlist entries that cannot or should not be fixed; <= 3.12 # =============================================================