summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-08 17:00:03 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-08 17:00:03 (GMT)
commit1a743741bfc1549fb364cec4576e20c8f16f4c99 (patch)
tree169e0fda9d31f17766bd46a5d07ccf683fd156e7
parenta8201f02dcb67a5fb2a2bba8237c620951ec13e5 (diff)
parent1c3fd58281a756ab62f927775beda5bc37a4e0e3 (diff)
downloadcpython-1a743741bfc1549fb364cec4576e20c8f16f4c99.zip
cpython-1a743741bfc1549fb364cec4576e20c8f16f4c99.tar.gz
cpython-1a743741bfc1549fb364cec4576e20c8f16f4c99.tar.bz2
Merge with 3.1.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c68749d..c5f78e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -88,7 +88,7 @@ Library
- Issue #12002: ftplib's abort() method raises TypeError.
-- Issue 11999: fixed sporadic sync failure mailbox.Maildir due to its trying to
+- 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.