]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #1403349 solution for email 2.5; some MUAs use the 'file' parameter
authorBarry Warsaw <barry@python.org>
Tue, 17 Jan 2006 04:34:54 +0000 (04:34 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 17 Jan 2006 04:34:54 +0000 (04:34 +0000)
commit4e71930f410922cc2a730cba91db1a78a500b8cf
tree6ba9a5ebfda26dd50acd4fabcba659b7635925c6
parentb6d857a460a962073234eec7de2154370567a49b
SF bug #1403349 solution for email 2.5; some MUAs use the 'file' parameter
name in the Content-Distribution header, so Message.get_filename() should fall
back to using that.  Will port both to email 3.0 and Python 2.5 trunk.

Also, bump the email package version to 2.5.7 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_41.txt [new file with mode: 0644]
Lib/email/test/test_email.py