[Python-checkins] cpython (3.1): Correct leading spaces in my NEWS entry.

brian.curtin python-checkins at python.org
Tue Apr 12 01:37:27 CEST 2011


http://hg.python.org/cpython/rev/33b54387cc2a
changeset:   69260:33b54387cc2a
branch:      3.1
parent:      69257:c26474c6504a
user:        Brian Curtin <brian at python.org>
date:        Mon Apr 11 18:35:18 2011 -0500
summary:
  Correct leading spaces in my NEWS entry.

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list