summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-31 11:07:24 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-31 11:07:24 (GMT)
commit58e4134a1cf668a16006b896fca093d5a79966e3 (patch)
treeb4baced8cb92d58dda991491c786e39fdfa5725e /Misc/NEWS
parent72e731cc03f29cdb8bf17bd9ea34c8448954c798 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bb67d79..bfa1dc7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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