summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-20 15:29:18 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-20 15:29:18 (GMT)
commit35ac5f82804829eec51d5553f080c5697453b5bb (patch)
tree823bdbcb0d1f447fcaa514e7f615752524a72a28 /Misc/NEWS
parent5418d0bfc44e71ff209ae9484b73466ae51b0605 (diff)
downloadcpython-35ac5f82804829eec51d5553f080c5697453b5bb.zip
cpython-35ac5f82804829eec51d5553f080c5697453b5bb.tar.gz
cpython-35ac5f82804829eec51d5553f080c5697453b5bb.tar.bz2
Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
module now support pickling. Added readable and evaluable repr for these objects. Based on patch by Josh Rosenberg.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 71b35c3..15ab1c8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,10 @@ Core and Builtins
Library
-------
+- Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator
+ module now support pickling. Added readable and evaluable repr for these
+ objects. Based on patch by Josh Rosenberg.
+
- Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
when a directory with the chosen name already exists on Windows as well as
on Unix. tempfile.mkstemp() now fails early if parent directory is not