[Python-checkins] cpython (3.2): move note to the right section

gregory.p.smith python-checkins at python.org
Sun Nov 11 06:10:43 CET 2012


http://hg.python.org/cpython/rev/e1421b8e1518
changeset:   80364:e1421b8e1518
branch:      3.2
parent:      80362:d478df13abde
user:        Gregory P. Smith <greg at krypto.org>
date:        Sat Nov 10 21:07:04 2012 -0800
summary:
  move note to the right section

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,6 @@
 Core and Builtins
 -----------------
 
-- Issue #14396: Handle the odd rare case of waitpid returning 0 when not
-  expected in subprocess.Popen.wait().
-
 - Issue #9535: Fix pending signals that have been received but not yet
   handled by Python to not persist after os.fork() in the child process.
 
@@ -165,6 +162,9 @@
 Library
 -------
 
+- Issue #14396: Handle the odd rare case of waitpid returning 0 when not
+  expected in subprocess.Popen.wait().
+
 - Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access
   previously-freed memory. Patch by Serhiy Storchaka.
 

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


More information about the Python-checkins mailing list