commit | eebe1112ffce4e014317cdfad74580ea600602b5 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Fri Mar 16 22:49:54 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Fri Mar 16 22:49:54 2012 -0400 |
tree | 9e155c117ac37746cc1de7e2c6a14a92d89b953c | |
parent | 1b6c724df01614b446b748c505214afd658e75fe [diff] |
#11686: news entry.
diff --git a/Misc/NEWS b/Misc/NEWS index 6659aad..7b12090 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -25,6 +25,9 @@ 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.