]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Resolve SF bug 1409403: email.Message should supress warning from uu.decode.
authorBarry Warsaw <barry@python.org>
Thu, 9 Feb 2006 04:03:22 +0000 (04:03 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 9 Feb 2006 04:03:22 +0000 (04:03 +0000)
commitdc74e34e24d01323cfb89a0a5c11416f85adebd0
tree12e2095867f0d85fb2716d884b29bb1e6d482d43
parentf5853f7592fac39e7f6d0bccc0884b666b9edd99
Resolve SF bug 1409403: email.Message should supress warning from uu.decode.

However, the patch in that tracker item is elaborated such that the newly
included unit test pass on Python 2.1 through 2.5.  Note that Python 2.1's
uu.decode() does not have a 'quiet' argument, so we have to be sneaky.

Will port to email 3.0 (although without the backward compatible sneakiness).
Lib/email/Message.py
Lib/email/_compat21.py
Lib/email/_compat22.py
Lib/email/test/test_email.py