diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2011-03-26 10:21:20 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2011-03-26 10:21:20 (GMT) |
commit | 633872e3fbfba101dcae0fb1d6938c91e10adafe (patch) | |
tree | e1e69d6639542333dac9d3f08d70fae2c5b39383 /Misc/NEWS | |
parent | 01606dea3d75faf73e507c7b200a42897338d44b (diff) | |
parent | 89461ef8fcc87996791a383f1973542a3487ce4f (diff) | |
download | cpython-633872e3fbfba101dcae0fb1d6938c91e10adafe.zip cpython-633872e3fbfba101dcae0fb1d6938c91e10adafe.tar.gz cpython-633872e3fbfba101dcae0fb1d6938c91e10adafe.tar.bz2 |
Merge #11675
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |