http://hg.python.org/cpython/rev/7c6d6f49b6bc changeset: 75774:7c6d6f49b6bc parent: 75773:25b71858cb14 parent: 75772:26c8c43dd774 user: Benjamin Peterson <benjamin at python.org> date: Sat Mar 17 00:05:59 2012 -0500 summary: merge heads files: Misc/NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -30,6 +30,9 @@ 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. -- Repository URL: http://hg.python.org/cpython