summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-03-17 02:49:54 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-03-17 02:49:54 (GMT)
commiteebe1112ffce4e014317cdfad74580ea600602b5 (patch)
tree9e155c117ac37746cc1de7e2c6a14a92d89b953c
parent1b6c724df01614b446b748c505214afd658e75fe (diff)
downloadcpython-eebe1112ffce4e014317cdfad74580ea600602b5.zip
cpython-eebe1112ffce4e014317cdfad74580ea600602b5.tar.gz
cpython-eebe1112ffce4e014317cdfad74580ea600602b5.tar.bz2
#11686: news entry.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6659aad..7b12090 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.