]> granicus.if.org Git - python/commitdiff
Add back Misc/NEWS entry that got lost during merge, and fix a couple of other things.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 8 May 2011 16:58:08 +0000 (19:58 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 8 May 2011 16:58:08 +0000 (19:58 +0300)
Misc/NEWS

index 4be61cf333255855b6fbcdcf5603d219f61aaf10..c1d40c1be9100f7b5193c25a46ef7d6c53d9837f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,7 +69,9 @@ Library
 - Issue #11927: SMTP_SSL now uses port 465 by default as documented.  Patch
   by Kasun Herath.
 
-- Issue 11999: fixed sporadic sync failure mailbox.Maildir due to its trying to
+- Issue #12002: ftplib's abort() method raises TypeError.
+
+- Issue #11999: fixed sporadic sync failure mailbox.Maildir due to its trying to
   detect mtime changes by comparing to the system clock instead of to the
   previous value of the mtime.
 
@@ -314,8 +316,8 @@ Library
 - Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified
   IP addresses in the proxy exception list.
 
-Extensions
-----------
+Extension Modules
+-----------------
 
 - Issue #12017: Fix segfault in json.loads() while decoding highly-nested
   objects using the C accelerations.