mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Move misplaced Misc/NEWS item (merge from 3.1)
This commit is contained in:
commit
ea8e2083f8
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,6 @@ What's New in Python 3.2.1?
|
||||||
Core and Builtins
|
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
|
- 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
|
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
|
returns an error (12: not enough space error) on writing into stdout if
|
||||||
|
@ -53,6 +49,10 @@ Core and Builtins
|
||||||
Library
|
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 #7639: Fix short file name generation in bdist_msi
|
||||||
|
|
||||||
- Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.
|
- Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue