From: Brian Curtin Date: Mon, 11 Apr 2011 23:35:18 +0000 (-0500) Subject: Correct leading spaces in my NEWS entry. X-Git-Tag: v3.2.1b1~148^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84c209a1ef5318c6c3e10ba34658fc3446ab6059;p=thirdparty%2FPython%2Fcpython.git Correct leading spaces in my NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 19c1a9d3ef36..a90aee989635 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.