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 vajrasky
Recipients docs@python, r.david.murray, vajrasky
Date 2013-10-29.15:51:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383061890.83.0.167475194564.issue19434@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from email.mime.nonmultipart import MIMENonMultipart
>>> MIMENonMultipart.__doc__
'Base class for MIME multipart/* type messages.'
>>>

Attached the patch to fix the doc of MIMENonMultipart class.
History
Date User Action Args
2013-10-29 15:51:30vajraskysetrecipients: + vajrasky, r.david.murray, docs@python
2013-10-29 15:51:30vajraskysetmessageid: <1383061890.83.0.167475194564.issue19434@psf.upfronthosting.co.za>
2013-10-29 15:51:30vajraskylinkissue19434 messages
2013-10-29 15:51:30vajraskycreate