summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-03-17 05:05:59 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-03-17 05:05:59 (GMT)
commitd845450eeff9f2c86de7ef950b67de7f6aedd0b1 (patch)
tree23c9c9facc538ca58d921a0eae82b96fad1c1ac8 /Misc
parent96384b93aae1d1e45dda21c4024d7d083c91626d (diff)
parent970952bf6d5d6f9dd7f1d4e54c00c5d904bbbc78 (diff)
downloadcpython-d845450eeff9f2c86de7ef950b67de7f6aedd0b1.zip
cpython-d845450eeff9f2c86de7ef950b67de7f6aedd0b1.tar.gz
cpython-d845450eeff9f2c86de7ef950b67de7f6aedd0b1.tar.bz2
merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 095bfc8..4c6a5c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,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.