commit | f7eac1ffb4e24e84a3bd679a258183a05926e3a8 | [log] [tgz] |
---|---|---|
author | brian.curtin <brian@python.org> | Mon Apr 11 18:18:20 2011 -0500 |
committer | brian.curtin <brian@python.org> | Mon Apr 11 18:18:20 2011 -0500 |
tree | e66917447edb1dcc3556adee649b81da98957f8d | |
parent | 727b498102ff1d6e9055f203314307a33677578d [diff] [blame] | |
parent | 628f980635fe3a77cdd50e3700117d421b6482f1 [diff] [blame] |
Add NEWS item for #5162.
diff --git a/Misc/NEWS b/Misc/NEWS index 02f75d4..c530cd8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -53,6 +53,9 @@ Library ------- +- Issue #5162: Treat services like frozen executables to allow child spawning + from multiprocessing.forking on Windows. + - Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). - Issue #11747: Fix range formatting in difflib.context_diff() and