Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea8e208

Browse files
committed
Move misplaced Misc/NEWS item (merge from 3.1)
2 parents 8a6a198 + ccd2283 commit ea8e208

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ What's New in Python 3.2.1?
1010
Core and Builtins
1111
-----------------
1212

13-
- Issue #11675: multiprocessing.[Raw]Array objects created from an integer size
14-
are now zeroed on creation. This matches the behaviour specified by the
15-
documentation.
16-
1713
- Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on
1814
Windows if the file is a TTY to workaround a Windows bug. The Windows console
1915
returns an error (12: not enough space error) on writing into stdout if
@@ -53,6 +49,10 @@ Core and Builtins
5349
Library
5450
-------
5551

52+
- Issue #11675: multiprocessing.[Raw]Array objects created from an integer size
53+
are now zeroed on creation. This matches the behaviour specified by the
54+
documentation.
55+
5656
- Issue #7639: Fix short file name generation in bdist_msi
5757

5858
- Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.

0 commit comments

Comments
 (0)