Merge #11686: news entry.

This commit is contained in:
R David Murray 2012-03-16 22:51:00 -04:00
commit 970952bf6d

View file

@ -27,6 +27,9 @@ Core and Builtins
Library 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 - Issue #14335: multiprocessing's custom Pickler subclass now inherits from
the C-accelerated implementation. Patch by sbt. the C-accelerated implementation. Patch by sbt.