]> granicus.if.org Git - python/commitdiff
Fix misplaced Misc/NEWS entry (merge from 3.2)
authorMark Dickinson <mdickinson@enthought.com>
Sun, 27 Mar 2011 14:52:03 +0000 (15:52 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 27 Mar 2011 14:52:03 +0000 (15:52 +0100)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index ddfd82a72a355563df906a61b0577203e47e6df8,d3c01e358032bf008db0409d9016a74a304050d0..e7446f3f48835d7460b0aee203b5235f70ac041d
+++ 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