diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-20 15:29:18 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-20 15:29:18 (GMT) |
commit | 35ac5f82804829eec51d5553f080c5697453b5bb (patch) | |
tree | 823bdbcb0d1f447fcaa514e7f615752524a72a28 /Misc/NEWS | |
parent | 5418d0bfc44e71ff209ae9484b73466ae51b0605 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |