From: R David Murray Date: Sat, 17 Mar 2012 02:51:00 +0000 (-0400) Subject: Merge #11686: news entry. X-Git-Tag: v3.3.0a2~129^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=970952bf6d5d6f9dd7f1d4e54c00c5d904bbbc78;p=python Merge #11686: news entry. --- 970952bf6d5d6f9dd7f1d4e54c00c5d904bbbc78 diff --cc Misc/NEWS index 5672fc31d1,7b12090326..c1d73fd973 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -27,9 -25,9 +27,12 @@@ Core and Builtin Library ------- + - Issue #11686: Added missing entries to email package __all__ lists + (mostly the new Bytes classes). + +- 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.