summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-02-15 01:54:54 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-02-15 01:54:54 (GMT)
commit8b4d64f2564a44dadff0bd8f54f6591926044b1b (patch)
tree69cf27da41a568437704839522b7dc57667f8bf5 /Misc
parent552be9b21441514f98356135da7b226914115acf (diff)
downloadcpython-8b4d64f2564a44dadff0bd8f54f6591926044b1b.zip
cpython-8b4d64f2564a44dadff0bd8f54f6591926044b1b.tar.gz
cpython-8b4d64f2564a44dadff0bd8f54f6591926044b1b.tar.bz2
Move NEWS entry to correct section.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b57cd21..efdefbe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,9 +13,6 @@ Core and Builtins
- Issue #13020: Fix a reference leak when allocating a structsequence object
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 #11235: Fix OverflowError when trying to import a source file whose
@@ -469,6 +466,9 @@ Core and Builtins
Library
-------
+- Issue #13777: Add PF_SYSTEM sockets on OS X.
+ Patch by Michael Goderbauer.
+
- Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
Patch by Suman Saha.