]> granicus.if.org Git - python/commitdiff
Merge #11686: news entry.
authorR David Murray <rdmurray@bitdance.com>
Sat, 17 Mar 2012 02:51:00 +0000 (22:51 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 17 Mar 2012 02:51:00 +0000 (22:51 -0400)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 5672fc31d161a1a6d5acd2764740baf259df367a,7b1209032627ab39256229f810f690e27dbbf0eb..c1d73fd973aa7ff71962c7365213edbcb04d71cc
+++ 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.