move platform.platorm on the allowlist to don't fix section (#14625)

This commit is contained in:
Stephen Morton
2025-08-22 06:56:42 -07:00
committed by GitHub
parent f8773eb27a
commit b7f7335f82
5 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -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
+1 -2
View File
@@ -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
+1 -2
View File
@@ -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
@@ -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
# =============================================================
@@ -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
# =============================================================