]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Ported 42076 from the trunk.
authorBarry Warsaw <barry@python.org>
Tue, 17 Jan 2006 05:09:19 +0000 (05:09 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 17 Jan 2006 05:09:19 +0000 (05:09 +0000)
commit74bb1065d91424f3e4d9a3499c0d9f4f3e45da9a
treeb69dc8ddd61b8513c9af9f2ffe26f8457480cd90
parentae654d7f9a90a9572d4d0d9376359fda37e31d47
Ported 42076 from the trunk.

SF bug #1403349 solution for email 3.0; some MUAs use the 'file' parameter
name in the Content-Distribution header, so Message.get_filename() should fall
back to using that.

Also, bump the email package version to 3.0.1 for eventual release.  Of
course, add a test case too.

XXX Need to update the documentation.
Lib/email/Message.py
Lib/email/__init__.py
Lib/email/test/data/msg_44.txt [new file with mode: 0644]
Lib/email/test/test_email.py