diff options
author | Brian Curtin <brian@python.org> | 2011-04-11 23:35:18 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2011-04-11 23:35:18 (GMT) |
commit | 84c209a1ef5318c6c3e10ba34658fc3446ab6059 (patch) | |
tree | d8dff2663259201e7b0968f070d3b95407830021 /Misc | |
parent | 628f980635fe3a77cdd50e3700117d421b6482f1 (diff) | |
download | cpython-84c209a1ef5318c6c3e10ba34658fc3446ab6059.zip cpython-84c209a1ef5318c6c3e10ba34658fc3446ab6059.tar.gz cpython-84c209a1ef5318c6c3e10ba34658fc3446ab6059.tar.bz2 |
Correct leading spaces in my NEWS entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,8 +48,8 @@ Core and Builtins Library ------- - - Issue #5162: Treat services like frozen executables to allow child spawning - from multiprocessing.forking on Windows. +- 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. |