mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
stdlib updates for latest Python patch releases (#12638)
This commit is contained in:
@@ -259,3 +259,11 @@ tkinter.EventType.__new__
|
||||
ctypes._endian.DEFAULT_MODE
|
||||
ctypes._endian.RTLD_GLOBAL
|
||||
ctypes._endian.RTLD_LOCAL
|
||||
|
||||
# Incompatible changes introduced in Python 3.10.15
|
||||
# (Remove once 3.10.15 becomes available for all platforms)
|
||||
(email._header_value_parser.NLSET)?
|
||||
(email._header_value_parser.SPECIALSNL)?
|
||||
(email.errors.HeaderWriteError)?
|
||||
(email.utils.getaddresses)?
|
||||
(email.utils.parseaddr)?
|
||||
|
||||
@@ -219,3 +219,11 @@ pkgutil.ImpLoader\..*
|
||||
ctypes._endian.DEFAULT_MODE
|
||||
ctypes._endian.RTLD_GLOBAL
|
||||
ctypes._endian.RTLD_LOCAL
|
||||
|
||||
# Incompatible changes introduced in Python 3.11.10
|
||||
# (Remove once 3.11.10 becomes available for all platforms)
|
||||
(email._header_value_parser.NLSET)?
|
||||
(email._header_value_parser.SPECIALSNL)?
|
||||
(email.errors.HeaderWriteError)?
|
||||
(email.utils.getaddresses)?
|
||||
(email.utils.parseaddr)?
|
||||
|
||||
@@ -202,8 +202,3 @@ ctypes._endian.SIZEOF_TIME_T
|
||||
|
||||
# Incompatible changes introduced in Python 3.12.5
|
||||
concurrent.futures.__all__
|
||||
email._header_value_parser.NLSET
|
||||
email._header_value_parser.SPECIALSNL
|
||||
email._policybase.Policy.verify_generated_headers
|
||||
email.errors.HeaderWriteError
|
||||
email.policy.Policy.verify_generated_headers
|
||||
|
||||
@@ -191,9 +191,3 @@ codecs.xmlcharrefreplace_errors
|
||||
|
||||
# To match `dict`, we lie about the runtime, but use overloads to match the correct behavior
|
||||
types.MappingProxyType.get
|
||||
|
||||
# logging.warn() was restored after the 3.13 release candidate, which is what CI is using
|
||||
logging.__all__
|
||||
logging.Logger.warn
|
||||
logging.LoggerAdapter.warn
|
||||
logging.warn
|
||||
|
||||
@@ -250,3 +250,11 @@ tkinter.EventType.__new__
|
||||
ctypes._endian.DEFAULT_MODE
|
||||
ctypes._endian.RTLD_GLOBAL
|
||||
ctypes._endian.RTLD_LOCAL
|
||||
|
||||
# Incompatible changes introduced in Python 3.8.20
|
||||
# (Remove once 3.8.20 becomes available for GitHub Actions)
|
||||
email._header_value_parser.NLSET
|
||||
email._header_value_parser.SPECIALSNL
|
||||
email.errors.HeaderWriteError
|
||||
email.utils.getaddresses
|
||||
email.utils.parseaddr
|
||||
|
||||
@@ -233,3 +233,11 @@ tkinter.EventType.__new__
|
||||
ctypes._endian.DEFAULT_MODE
|
||||
ctypes._endian.RTLD_GLOBAL
|
||||
ctypes._endian.RTLD_LOCAL
|
||||
|
||||
# Incompatible changes introduced in Python 3.9.20
|
||||
# (Remove once 3.9.20 becomes available for all platforms)
|
||||
(email._header_value_parser.NLSET)?
|
||||
(email._header_value_parser.SPECIALSNL)?
|
||||
(email.errors.HeaderWriteError)?
|
||||
(email.utils.getaddresses)?
|
||||
(email.utils.parseaddr)?
|
||||
|
||||
Reference in New Issue
Block a user