]> granicus.if.org Git - python/commitdiff
Moved entry in Misc/NEWS which was inserted in the wrong place.
authorGiampaolo Rodolà <g.rodola@gmail.com>
Sun, 18 Apr 2010 13:19:16 +0000 (13:19 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Sun, 18 Apr 2010 13:19:16 +0000 (13:19 +0000)
Misc/NEWS

index 6482c03466e547f48c3b00a418d37244dd2d188a..915e293b3dbeb4aa7502e4423321bd3f843febd5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,9 +12,6 @@ What's New in Python 2.6.6 alpha 1?
 Core and Builtins
 -----------------
 
-- Issue #3817: ftplib.FTP.abort() method now considers 225 a valid response
-  code as stated in RFC-959 at chapter 5.4.
-
 - Issue #8417: Raise an OverflowError when an integer larger than sys.maxsize is
   passed to bytearray.
 
@@ -34,6 +31,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #3817: ftplib.FTP.abort() method now considers 225 a valid response
+  code as stated in RFC-959 at chapter 5.4.
+
 - Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.
 
 - Issue #8179: Fix macpath.realpath() on a non-existing path.