[New-bugs-announce] [issue19434] Wrong documentation of MIMENonMultipart class

Vajrasky Kok report at bugs.python.org
Tue Oct 29 16:51:30 CET 2013


New submission from Vajrasky Kok:

>>> 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.

----------
assignee: docs at python
components: Documentation
files: fix_doc_for_mime_non_multipart.patch
keywords: patch
messages: 201643
nosy: docs at python, r.david.murray, vajrasky
priority: normal
severity: normal
status: open
title: Wrong documentation of MIMENonMultipart class
versions: Python 3.4
Added file: http://bugs.python.org/file32410/fix_doc_for_mime_non_multipart.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19434>
_______________________________________


More information about the New-bugs-announce mailing list