[Python-checkins] cpython (merge 3.2 -> default): merge

alexander.belopolsky python-checkins at python.org
Mon Sep 10 01:01:30 CEST 2012


http://hg.python.org/cpython/rev/1ffc26c5122c
changeset:   78928:1ffc26c5122c
parent:      78925:6c4dc8f7e3e3
parent:      78927:b05547e8ff92
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sun Sep 09 19:01:20 2012 -0400
summary:
  merge

files:
  Misc/NEWS |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,8 +21,15 @@
 Library
 -------
 
+
 - Issue #15876: Fix a refleak in the curses module: window.encoding.
 
+- 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.
+
 - Issue #15841: The readable(), writable() and seekable() methods of BytesIO
   and StringIO objects now raise ValueError when the object has been closed.
   Patch by Alessandro Moura.

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


More information about the Python-checkins mailing list