Fix misplaced Misc/NEWS entry (merge from 3.2)
This commit is contained in:
commit
756ebc79cf
|
@ -10,10 +10,6 @@ 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.
|
||||
|
||||
|
@ -91,6 +87,10 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- 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 #7639: Fix short file name generation in bdist_msi
|
||||
|
||||
- Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.
|
||||
|
|
Loading…
Reference in New Issue