File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ What's New in Python 3.1.4?
1010Core 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
4844Library
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.
You can’t perform that action at this time.
0 commit comments