This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients abhilash.raj, barry, nitika, r.david.murray
Date 2014-05-07.18:35:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399487757.39.0.93988942486.issue18854@psf.upfronthosting.co.za>
In-reply-to
Content
Take a look at the source for msg_16.txt.  The last part is a message/rfc822, which encapsulates a text/plain message.  So it *does* iterate over it, even though it isn't a 'multipart' type (the opposite of what you say in the doc patch).

Explicitly pointing out this aspect of the existing example would be a good idea.
History
Date User Action Args
2014-05-07 18:35:57r.david.murraysetrecipients: + r.david.murray, barry, nitika, abhilash.raj
2014-05-07 18:35:57r.david.murraysetmessageid: <1399487757.39.0.93988942486.issue18854@psf.upfronthosting.co.za>
2014-05-07 18:35:57r.david.murraylinkissue18854 messages
2014-05-07 18:35:57r.david.murraycreate