diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-03-16 23:23:04 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-03-16 23:23:04 (GMT) |
commit | 846fd302a0155ca6d277cb274ca6c39d08860013 (patch) | |
tree | ba94c7c823a491fc17a0fb0247e73e758592d378 /Misc | |
parent | d656958915de825f1c1f298fb8183555141e4956 (diff) | |
download | cpython-846fd302a0155ca6d277cb274ca6c39d08860013.zip cpython-846fd302a0155ca6d277cb274ca6c39d08860013.tar.gz cpython-846fd302a0155ca6d277cb274ca6c39d08860013.tar.bz2 |
Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation.
Patch by sbt.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ Core and Builtins Library ------- +- Issue #14335: multiprocessing's custom Pickler subclass now inherits from + the C-accelerated implementation. Patch by sbt. + - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem. - Issue #11199: Fix the with urllib which hangs on particular ftp urls. |