mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
move platform.platorm on the allowlist to don't fix section (#14625)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
# =============================================================
|
||||
|
||||
Reference in New Issue
Block a user