Kaydet (Commit) 1829e8fc authored tarafından Mark Dickinson's avatar Mark Dickinson

Move Misc/NEWS entry to correct section.

üst bc3b104e
...@@ -13,10 +13,6 @@ Core and Builtins ...@@ -13,10 +13,6 @@ Core and Builtins
Previously, there were some corner cases where a long was returned even Previously, there were some corner cases where a long was returned even
though the result was within the range of an int. though the result was within the range of an int.
- 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 #11450: Don't truncate hg version info in Py_GetBuildInfo() when - Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when
there are many tags (e.g. when using mq). Patch by Nadeem Vawda. there are many tags (e.g. when using mq). Patch by Nadeem Vawda.
...@@ -51,6 +47,10 @@ Core and Builtins ...@@ -51,6 +47,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 #11666: let help() display named tuple attributes and methods - Issue #11666: let help() display named tuple attributes and methods
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment