summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2011-04-11 23:35:18 (GMT)
committerBrian Curtin <brian@python.org>2011-04-11 23:35:18 (GMT)
commit84c209a1ef5318c6c3e10ba34658fc3446ab6059 (patch)
treed8dff2663259201e7b0968f070d3b95407830021 /Misc
parent628f980635fe3a77cdd50e3700117d421b6482f1 (diff)
downloadcpython-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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19c1a9d..a90aee9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.