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

index 6659aadcfcccc40449cffba90741aad8ed794e2c..7b1209032627ab39256229f810f690e27dbbf0eb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #11686: Added missing entries to email package __all__ lists
+  (mostly the new Bytes classes).
+
 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem.
 
 - Issue #11199: Fix the with urllib which hangs on particular ftp urls.