summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-09-09 18:11:45 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-09-09 18:11:45 (GMT)
commit7330da42978ffcde525295ffc928ee3e0eedfb1b (patch)
tree542df81965da97ec8ca7c54c33ceb67085b326dd /Misc
parent5bedef3e64825c65e7bae51d2aea73f8bea34dd8 (diff)
downloadcpython-7330da42978ffcde525295ffc928ee3e0eedfb1b.zip
cpython-7330da42978ffcde525295ffc928ee3e0eedfb1b.tar.gz
cpython-7330da42978ffcde525295ffc928ee3e0eedfb1b.tar.bz2
Issue #15881: Added NEWS entry and proper credit.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index de76a78..8672b0a 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.