summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJack Diederich <jackdied@gmail.com>2009-03-31 23:46:48 (GMT)
committerJack Diederich <jackdied@gmail.com>2009-03-31 23:46:48 (GMT)
commitd60c29ed8b12fda1d129e21b80a5d9ce4125a21a (patch)
treef7524afac78222e37db8e426289946fc4756cdb9 /Misc/NEWS
parent840ac926c572caa7656449aa1e815660e69f7713 (diff)
downloadcpython-d60c29ed8b12fda1d129e21b80a5d9ce4125a21a.zip
cpython-d60c29ed8b12fda1d129e21b80a5d9ce4125a21a.tar.gz
cpython-d60c29ed8b12fda1d129e21b80a5d9ce4125a21a.tar.bz2
#5228: add pickle support to functools.partial
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3d15073..62b37f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -710,6 +710,8 @@ Extension Modules
- Issue #4396: The parser module now correctly validates the with statement.
+- Issue #5228: Make functools.partial objects can now be pickled.
+
Tests
-----