[issue19434] Wrong documentation of MIMENonMultipart class
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@python components: Documentation files: fix_doc_for_mime_non_multipart.patch keywords: patch messages: 201643 nosy: docs@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@bugs.python.org> <http://bugs.python.org/issue19434> _______________________________________
Mark Lawrence added the comment: The patch is a one line change, can we have a commit review please. ---------- nosy: +BreamoreBoy _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue19434> _______________________________________
Roundup Robot added the comment: New changeset 41f46f7f2722 by Georg Brandl in branch '3.4': Closes #19434: fix copy-paste error in MIMENonMultipart docstring. https://hg.python.org/cpython/rev/41f46f7f2722 ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue19434> _______________________________________
Roundup Robot added the comment: New changeset a53f2cf4b556 by Georg Brandl in branch '2.7': Closes #19434: fix copy-paste error in MIMENonMultipart docstring. https://hg.python.org/cpython/rev/a53f2cf4b556 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue19434> _______________________________________
participants (3)
-
Mark Lawrence
-
Roundup Robot
-
Vajrasky Kok