From: R David Murray Date: Sat, 17 Mar 2012 02:49:54 +0000 (-0400) Subject: #11686: news entry. X-Git-Tag: v3.3.0a2~126^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eebe1112ffce4e014317cdfad74580ea600602b5;p=python #11686: news entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6659aadcfc..7b12090326 100644 --- 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.