commit | 2d44ceeada8840185217c7de826622d8372ceb00 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Wed Aug 15 14:22:46 2012 +0300 |
committer | Petri Lehtinen <petri@digip.org> | Wed Aug 15 14:25:41 2012 +0300 |
tree | 320a05c67d0bfb63661aa4aee5f9c39d0bf3a390 | |
parent | becfcc0a6bbfa507049260b29d8ffc2f334dfcc0 [diff] [blame] |
#11062: Fix adding a message from file to Babyl mailbox
diff --git a/Misc/NEWS b/Misc/NEWS index ef7ecb8..3a9e283 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -92,6 +92,8 @@ 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.