diff options
author | Jack Diederich <jackdied@gmail.com> | 2009-03-31 23:46:48 (GMT) |
---|---|---|
committer | Jack Diederich <jackdied@gmail.com> | 2009-03-31 23:46:48 (GMT) |
commit | d60c29ed8b12fda1d129e21b80a5d9ce4125a21a (patch) | |
tree | f7524afac78222e37db8e426289946fc4756cdb9 /Misc/NEWS | |
parent | 840ac926c572caa7656449aa1e815660e69f7713 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----- |