mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Issue #24164: Objects that need calling `__new__` with keyword arguments,
can now be pickled using pickle protocols older than protocol version 4.
This commit is contained in:
parent
4e96df3b59
commit
0d554d7ef1
6 changed files with 97 additions and 32 deletions
|
|
@ -51,6 +51,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
|
||||
can now be pickled using pickle protocols older than protocol version 4.
|
||||
|
||||
- Issue #25364: zipfile now works in threads disabled builds.
|
||||
|
||||
- Issue #25328: smtpd's SMTPChannel now correctly raises a ValueError if both
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue