]> granicus.if.org Git - python/commitdiff
Merge #11675
authorMark Dickinson <mdickinson@enthought.com>
Sat, 26 Mar 2011 10:22:56 +0000 (10:22 +0000)
committerMark Dickinson <mdickinson@enthought.com>
Sat, 26 Mar 2011 10:22:56 +0000 (10:22 +0000)
1  2 
Lib/test/test_multiprocessing.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 947777a29eec48b9e6ab1fc87e493a1d736f1d93,bfc138869c63ec73726f5b63a1ae86b252ca4a9b..17b5d7e3238c4b010dc0f009e65047a9f3f25a36
+++ b/Misc/NEWS
@@@ -10,12 -10,10 +10,16 @@@ What's New in Python 3.3 Alpha 1
  Core and Builtins
  -----------------
  
+ - Issue #11675: multiprocessing.[Raw]Array objects created from an integer size
+   are now zeroed on creation.  This matches the behaviour specified by the
+   documentation.
 +- Issue #10998: Remove mentions of -Q, sys.flags.division_warning and
 +  Py_DivisionWarningFlag left over from Python 2.
 +
 +- Issue #11244: Remove an unnecessary peepholer check that was preventing
 +  negative zeros from being constant-folded properly.
 +
  - Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on
    Windows if the file is a TTY to workaround a Windows bug. The Windows console
    returns an error (12: not enough space error) on writing into stdout if