summaryrefslogtreecommitdiffstats
path: root/Lib/email/mime/multipart.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for aFacundo Batista2008-01-191-0/+6
| | | | | just-created (and empty) instance. Added tests for this. Thanks Jonathan Share.
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-181-0/+41
and NEWS updates.