Move NEWS entry to correct section.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Feb 2012 01:54:54 +0000 (02:54 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Feb 2012 01:54:54 +0000 (02:54 +0100)
Misc/NEWS

index b57cd2146aeb9f5339891236680585a241bdcce3..efdefbe548003e86c4ad2e78f4a9216dc505fe81 100644 (file)
--- 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.