summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-08-15 11:00:40 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-08-15 11:26:27 (GMT)
commit3d12c4317c2970d65bf30e941070017a8d1be210 (patch)
tree418a655a5f37bc1559f0f101c88f88cadd7b9d9b /Misc
parent2b209cd78d5a36d63b00d0a4350b78aec7bc820b (diff)
downloadcpython-3d12c4317c2970d65bf30e941070017a8d1be210.zip
cpython-3d12c4317c2970d65bf30e941070017a8d1be210.tar.gz
cpython-3d12c4317c2970d65bf30e941070017a8d1be210.tar.bz2
#11062: Fix adding a message from file to Babyl mailbox
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5d69e95..1e1e0c5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,8 @@ Core and Builtins
Library
-------
+- Issue #11062: Fix adding a message from file to Babyl mailbox.
+
- Issue #15646: Prevent equivalent of a fork bomb when using
multiprocessing on Windows without the "if __name__ == '__main__'"
idiom.