]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a
authorFacundo Batista <facundobatista@gmail.com>
Sat, 19 Jan 2008 12:32:27 +0000 (12:32 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sat, 19 Jan 2008 12:32:27 +0000 (12:32 +0000)
commit2b1b195d396ee92260425b17ee5d17b7f4525485
treec008972e73aaf7c611c893f7ce605fdcc911a549
parent96f2184de6f48acc44c69f9ff0d80410e93b904a
Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a
just-created (and empty) instance.  Added tests for this. Thanks
Jonathan Share.
Lib/email/mime/multipart.py
Lib/email/test/test_email.py
Misc/NEWS