Correct leading spaces in my NEWS entry.

This commit is contained in:
Brian Curtin 2011-04-11 18:35:18 -05:00
parent 628f980635
commit 84c209a1ef
1 changed files with 2 additions and 2 deletions

View File

@ -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.