commit | 628f980635fe3a77cdd50e3700117d421b6482f1 | [log] [tgz] |
---|---|---|
author | brian.curtin <brian@python.org> | Mon Apr 11 18:09:24 2011 -0500 |
committer | brian.curtin <brian@python.org> | Mon Apr 11 18:09:24 2011 -0500 |
tree | 560950a03f8bfd9fc477fd01dfc21ce24aabb46b | |
parent | e2f299845d51beabec4563fb3ceeae3df63ae4b7 [diff] [blame] |
Add NEWS item for #5162.
diff --git a/Misc/NEWS b/Misc/NEWS index 5307fe8..19c1a9d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -48,6 +48,9 @@ Library ------- + - Issue #5162: Treat services like frozen executables to allow child spawning + from multiprocessing.forking on Windows. + - Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. - Issue #11696: Fix ID generation in msilib.