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

Skip to content

Commit ccd2283

Browse files
committed
Fix misplaced Misc/NEWS entry.
1 parent 9bad3a9 commit ccd2283

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.1.4?
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 #8651: PyArg_Parse*() functions raise an OverflowError if the file
1814
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int
1915
(length bigger than 2^31-1 bytes).
@@ -48,6 +44,10 @@ Core and Builtins
4844
Library
4945
-------
5046

47+
- Issue #11675: multiprocessing.[Raw]Array objects created from an integer size
48+
are now zeroed on creation. This matches the behaviour specified by the
49+
documentation.
50+
5151
- Issue #7639: Fix short file name generation in bdist_msi.
5252

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

0 commit comments

Comments
 (0)