]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Port of r42279 to email 3.0, but without the Python 2.1 backward compatible
authorBarry Warsaw <barry@python.org>
Thu, 9 Feb 2006 04:10:03 +0000 (04:10 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 9 Feb 2006 04:10:03 +0000 (04:10 +0000)
commit261058cc1cb2f4ee3e9efb58f7a543626f93fd59
tree1cbb2f485d0e7a6b16cb8be33821a6f802134d78
parent8413eab95b9d15f783711c7c9c21365f340b3114
Port of r42279 to email 3.0, but without the Python 2.1 backward compatible
nonsense.

Resolve SF bug 1409403: email.Message should supress warning from uu.decode.
Lib/email/Message.py
Lib/email/test/test_email.py