summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-08 16:58:08 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-08 16:58:08 (GMT)
commit1c3fd58281a756ab62f927775beda5bc37a4e0e3 (patch)
treef27e2bc976d3ddaaca6d4ce87820e6ca0ea34a8d /Misc
parent4d1cd0a0a03838422805c93f680d3232673ccd00 (diff)
downloadcpython-1c3fd58281a756ab62f927775beda5bc37a4e0e3.zip
cpython-1c3fd58281a756ab62f927775beda5bc37a4e0e3.tar.gz
cpython-1c3fd58281a756ab62f927775beda5bc37a4e0e3.tar.bz2
Add back Misc/NEWS entry that got lost during merge, and fix a couple of other things.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4be61cf..c1d40c1 100644
--- 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.