]> granicus.if.org Git - python/commitdiff
Move misplaced news item
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 May 2009 21:29:45 +0000 (21:29 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 14 May 2009 21:29:45 +0000 (21:29 +0000)
Misc/NEWS

index cfd72057b4f20c66a84c005756695663d072a4c6..93b4aacfadf02c87b21fa6d44255fd0d0b35232c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
+
 - Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when
   trying to print a traceback.
 
@@ -194,8 +196,6 @@ Core and Builtins
 Library
 -------
 
-- Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr.
-
 - Issue #6022: a test file was created in the current working directory by
   test_get_outputs in Distutils.