From: Alexander Belopolsky Date: Sun, 9 Sep 2012 18:11:45 +0000 (-0400) Subject: Issue #15881: Added NEWS entry and proper credit. X-Git-Tag: v3.2.4rc1~555 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7330da42978ffcde525295ffc928ee3e0eedfb1b;p=thirdparty%2FPython%2Fcpython.git Issue #15881: Added NEWS entry and proper credit. --- diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt index 69735ca06c12..26f7ea907f65 100644 --- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -236,4 +236,3 @@ docs@python.org), and we'll be glad to correct the problem. * Moshe Zadka * Milan Zamazal * Cheng Zhang - * Chris McDonough diff --git a/Misc/NEWS b/Misc/NEWS index de76a78f5e5d..8672b0a468b8 100644 --- 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.