mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Move NEWS entry to correct section.
This commit is contained in:
parent
552be9b214
commit
8b4d64f256
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ Core and Builtins
|
||||||
- Issue #13020: Fix a reference leak when allocating a structsequence object
|
- Issue #13020: Fix a reference leak when allocating a structsequence object
|
||||||
fails. Patch by Suman Saha.
|
fails. Patch by Suman Saha.
|
||||||
|
|
||||||
- Issue #13777: Add PF_SYSTEM sockets on OS X.
|
|
||||||
Patch by Michael Goderbauer.
|
|
||||||
|
|
||||||
- Issue #13908: Ready types returned from PyType_FromSpec.
|
- Issue #13908: Ready types returned from PyType_FromSpec.
|
||||||
|
|
||||||
- Issue #11235: Fix OverflowError when trying to import a source file whose
|
- Issue #11235: Fix OverflowError when trying to import a source file whose
|
||||||
|
|
@ -469,6 +466,9 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #13777: Add PF_SYSTEM sockets on OS X.
|
||||||
|
Patch by Michael Goderbauer.
|
||||||
|
|
||||||
- Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
|
- Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
|
||||||
Patch by Suman Saha.
|
Patch by Suman Saha.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue