From: Mark Dickinson Date: Sun, 27 Mar 2011 14:52:03 +0000 (+0100) Subject: Fix misplaced Misc/NEWS entry (merge from 3.2) X-Git-Tag: v3.3.0a1~2738 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=756ebc79cf5d8b904b2cda21b003d76aa48f6f28;p=python Fix misplaced Misc/NEWS entry (merge from 3.2) --- 756ebc79cf5d8b904b2cda21b003d76aa48f6f28 diff --cc Misc/NEWS index ddfd82a72a,d3c01e3580..e7446f3f48 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,16 -10,6 +10,12 @@@ 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