stdlib updates for latest Python patch releases (#12638)

This commit is contained in:
Sebastian Rittau
2024-09-11 17:58:24 +02:00
committed by GitHub
parent 9d6fc1dafd
commit c7c430857e
10 changed files with 71 additions and 36 deletions

View File

@@ -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)?

View File

@@ -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)?

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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)?