[Python-checkins] cpython (3.2): Issue #15881: Added NEWS entry and proper credit.

alexander.belopolsky python-checkins at python.org
Sun Sep 9 20:12:02 CEST 2012


http://hg.python.org/cpython/rev/b05547e8ff92
changeset:   78927:b05547e8ff92
branch:      3.2
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sun Sep 09 14:11:45 2012 -0400
summary:
  Issue #15881: Added NEWS entry and proper credit.

files:
  Doc/ACKS.txt |  1 -
  Misc/NEWS    |  3 +++
  2 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt
--- a/Doc/ACKS.txt
+++ b/Doc/ACKS.txt
@@ -236,4 +236,3 @@
    * Moshe Zadka
    * Milan Zamazal
    * Cheng Zhang
-   * Chris McDonough
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -120,6 +120,9 @@
 Library
 -------
 
+- Issue #15881: Fixed atexit hook in multiprocessing.  Original patch
+  by Chris McDonough.
+
 - Issue #15340: Fix importing the random module when /dev/urandom cannot
   be opened.  This was a regression caused by the hash randomization patch.
 

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


More information about the Python-checkins mailing list