summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2011-03-26 10:21:20 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2011-03-26 10:21:20 (GMT)
commit633872e3fbfba101dcae0fb1d6938c91e10adafe (patch)
treee1e69d6639542333dac9d3f08d70fae2c5b39383 /Misc/NEWS
parent01606dea3d75faf73e507c7b200a42897338d44b (diff)
parent89461ef8fcc87996791a383f1973542a3487ce4f (diff)
downloadcpython-633872e3fbfba101dcae0fb1d6938c91e10adafe.zip
cpython-633872e3fbfba101dcae0fb1d6938c91e10adafe.tar.gz
cpython-633872e3fbfba101dcae0fb1d6938c91e10adafe.tar.bz2
Merge #11675
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7a73054..bfc1388 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@ What's New in Python 3.2.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 #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