diff options
author | brian.curtin <brian@python.org> | 2011-04-11 23:09:24 (GMT) |
---|---|---|
committer | brian.curtin <brian@python.org> | 2011-04-11 23:09:24 (GMT) |
commit | 628f980635fe3a77cdd50e3700117d421b6482f1 (patch) | |
tree | 560950a03f8bfd9fc477fd01dfc21ce24aabb46b | |
parent | e2f299845d51beabec4563fb3ceeae3df63ae4b7 (diff) | |
download | cpython-628f980635fe3a77cdd50e3700117d421b6482f1.zip cpython-628f980635fe3a77cdd50e3700117d421b6482f1.tar.gz cpython-628f980635fe3a77cdd50e3700117d421b6482f1.tar.bz2 |
Add NEWS item for #5162.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ Core and Builtins 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. |