[Python-checkins] r80174 - python/branches/release26-maint/Misc/NEWS

giampaolo.rodola python-checkins at python.org
Sun Apr 18 15:19:16 CEST 2010


Author: giampaolo.rodola
Date: Sun Apr 18 15:19:16 2010
New Revision: 80174

Log:
ignore me

Modified:
   python/branches/release26-maint/Misc/NEWS

Modified: python/branches/release26-maint/Misc/NEWS
==============================================================================
--- python/branches/release26-maint/Misc/NEWS	(original)
+++ python/branches/release26-maint/Misc/NEWS	Sun Apr 18 15:19:16 2010
@@ -12,9 +12,6 @@
 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 @@
 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.


More information about the Python-checkins mailing list