summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-08 17:01:36 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-08 17:01:36 (GMT)
commit43432b84c3b96cf911f99ba862f63f6172a4f494 (patch)
tree18bf494323a9961f2015e541216984a2ca77ff09
parent3a7f0f05c123cc11d55b870d6395cfee449f2703 (diff)
parent1a743741bfc1549fb364cec4576e20c8f16f4c99 (diff)
downloadcpython-43432b84c3b96cf911f99ba862f63f6172a4f494.zip
cpython-43432b84c3b96cf911f99ba862f63f6172a4f494.tar.gz
cpython-43432b84c3b96cf911f99ba862f63f6172a4f494.tar.bz2
Merge with 3.2.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ef78ab7..c780f3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,10 +152,10 @@ Library
- Issue #12002: ftplib's abort() method raises TypeError.
-- Issue 11916: Add a number of MacOSX specific definitions to the errno module.
+- Issue #11916: Add a number of MacOSX specific definitions to the errno module.
Patch by Pierre Carrier.
-- 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.