commit | 84c209a1ef5318c6c3e10ba34658fc3446ab6059 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian@python.org> | Mon Apr 11 18:35:18 2011 -0500 |
committer | Brian Curtin <brian@python.org> | Mon Apr 11 18:35:18 2011 -0500 |
tree | d8dff2663259201e7b0968f070d3b95407830021 | |
parent | 628f980635fe3a77cdd50e3700117d421b6482f1 [diff] [blame] |
Correct leading spaces in my NEWS entry.
diff --git a/Misc/NEWS b/Misc/NEWS index 19c1a9d..a90aee9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -48,8 +48,8 @@ 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.