summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2011-02-11 02:27:10 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2011-02-11 02:27:10 (GMT)
commit730d12f0ca40fef2127976a486d095e7db870c6e (patch)
tree17ccc9d12eb636a50d2f60c9b38ef366af764da6
parent68adfdcd842317a4d663416a8821a042cd088757 (diff)
downloadcpython-730d12f0ca40fef2127976a486d095e7db870c6e.zip
cpython-730d12f0ca40fef2127976a486d095e7db870c6e.tar.gz
cpython-730d12f0ca40fef2127976a486d095e7db870c6e.tar.bz2
Blocked revisions 86577,88203,88252 via svnmerge
........ r86577 | r.david.murray | 2010-11-20 11:33:30 -0500 (Sat, 20 Nov 2010) | 4 lines #1574217: only swallow AttributeErrors in isinstance, not everything. Patch and tests by Brian Harring, with improvements by Ralf Schmitt. ........ r88203 | r.david.murray | 2011-01-26 16:21:32 -0500 (Wed, 26 Jan 2011) | 4 lines #11019: Make BytesGenerator handle Message with None body. Bug discovery and initial patch by Victor Stinner. ........ r88252 | r.david.murray | 2011-01-30 01:21:28 -0500 (Sun, 30 Jan 2011) | 16 lines #9124: mailbox now accepts binary input and uses binary internally Although this patch contains API changes and is rather weighty for an RC phase, the mailbox module was essentially unusable without the patch since it would produce UnicodeErrors when handling non-ascii input at arbitrary and somewhat mysterious places, and any non-trivial amount of email processing will encounter messages with non-ascii bytes. The release manager approved the patch application. The changes allow binary input, and reject non-ASCII string input early with a useful message instead of failing mysteriously later. Binary is used internally for reading and writing the mailbox files. StringIO and Text file input are deprecated. Initial patch by Victor Stinner, validated and expanded by R. David Murray. ........
0 files changed, 0 insertions, 0 deletions