]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #15881: Added NEWS entry and proper credit.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 9 Sep 2012 18:11:45 +0000 (14:11 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sun, 9 Sep 2012 18:11:45 +0000 (14:11 -0400)
Doc/ACKS.txt
Misc/NEWS

index 69735ca06c12c2f398e5a9d264f11fba65c0a6de..26f7ea907f659e77fbff16167a8ea03118589fc5 100644 (file)
@@ -236,4 +236,3 @@ docs@python.org), and we'll be glad to correct the problem.
    * Moshe Zadka
    * Milan Zamazal
    * Cheng Zhang
-   * Chris McDonough
index de76a78f5e5df0705f07165ebe372e28b396dc61..8672b0a468b8e226cc1b463c8daf0a1196048e00 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -120,6 +120,9 @@ Core and Builtins
 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.