diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-08 17:01:36 (GMT) |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-08 17:01:36 (GMT) |
| commit | 43432b84c3b96cf911f99ba862f63f6172a4f494 (patch) | |
| tree | 18bf494323a9961f2015e541216984a2ca77ff09 | |
| parent | 3a7f0f05c123cc11d55b870d6395cfee449f2703 (diff) | |
| parent | 1a743741bfc1549fb364cec4576e20c8f16f4c99 (diff) | |
| download | cpython-43432b84c3b96cf911f99ba862f63f6172a4f494.zip cpython-43432b84c3b96cf911f99ba862f63f6172a4f494.tar.gz cpython-43432b84c3b96cf911f99ba862f63f6172a4f494.tar.bz2 | |
Merge with 3.2.
| -rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
