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 barry, nitika, r.david.murray
Date 2014-03-16.18:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394994893.98.0.0910865621518.issue18854@psf.upfronthosting.co.za>
In-reply-to
Content
Well, probably the best thing to do to understand the issue is to look at the implementation of Message.walk and is_multipart, and to notice that "is_multipart()" can return a different answer than "msg.get_content_maintype() == 'multipart'" if the Message content type is "message/rfc822".  You may want to do some reading about how to construct Messages and experiment by creating such a message/rfc822 Message to really understand it.
History
Date User Action Args
2014-03-16 18:34:54r.david.murraysetrecipients: + r.david.murray, barry, nitika
2014-03-16 18:34:53r.david.murraysetmessageid: <1394994893.98.0.0910865621518.issue18854@psf.upfronthosting.co.za>
2014-03-16 18:34:53r.david.murraylinkissue18854 messages
2014-03-16 18:34:53r.david.murraycreate