diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-31 11:07:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-31 11:07:24 (GMT) |
commit | 58e4134a1cf668a16006b896fca093d5a79966e3 (patch) | |
tree | b4baced8cb92d58dda991491c786e39fdfa5725e /Misc/NEWS | |
parent | 72e731cc03f29cdb8bf17bd9ea34c8448954c798 (diff) | |
download | cpython-58e4134a1cf668a16006b896fca093d5a79966e3.zip cpython-58e4134a1cf668a16006b896fca093d5a79966e3.tar.gz cpython-58e4134a1cf668a16006b896fca093d5a79966e3.tar.bz2 |
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
or nested classes) now are supported with pickle protocols < 4.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #23611: Serializing more "lookupable" objects (such as unbound methods + or nested classes) now are supported with pickle protocols < 4. + - Issue #13583: sqlite3.Row now supports slice indexing. - Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. Fixed |