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