diff options
author | Petri Lehtinen <petri@digip.org> | 2012-08-15 11:00:40 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-08-15 11:26:27 (GMT) |
commit | 3d12c4317c2970d65bf30e941070017a8d1be210 (patch) | |
tree | 418a655a5f37bc1559f0f101c88f88cadd7b9d9b /Misc | |
parent | 2b209cd78d5a36d63b00d0a4350b78aec7bc820b (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |