[Python-checkins] cpython: Move NEWS entry to correct section.

antoine.pitrou python-checkins at python.org
Wed Feb 15 03:00:55 CET 2012


http://hg.python.org/cpython/rev/491f909f19fb
changeset:   74942:491f909f19fb
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Feb 15 02:54:54 2012 +0100
summary:
  Move NEWS entry to correct section.

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,9 +13,6 @@
 - 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 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list