diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-03-17 02:51:00 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-03-17 02:51:00 (GMT) |
commit | 970952bf6d5d6f9dd7f1d4e54c00c5d904bbbc78 (patch) | |
tree | ffd82e2954060f760a7838eefb5fb7f68ffe94cd /Misc | |
parent | 80e22b56d3efdf2351307de6c6706ebed934fe7a (diff) | |
parent | eebe1112ffce4e014317cdfad74580ea600602b5 (diff) | |
download | cpython-970952bf6d5d6f9dd7f1d4e54c00c5d904bbbc78.zip cpython-970952bf6d5d6f9dd7f1d4e54c00c5d904bbbc78.tar.gz cpython-970952bf6d5d6f9dd7f1d4e54c00c5d904bbbc78.tar.bz2 |
Merge #11686: news entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ Core and Builtins 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. |