[issue19434] Wrong documentation of MIMENonMultipart class

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: The patch is a one line change, can we have a commit review please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19434 ___

[issue19434] Wrong documentation of MIMENonMultipart class

2014-10-02 Thread Roundup Robot
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 -

[issue19434] Wrong documentation of MIMENonMultipart class

2014-10-02 Thread Roundup Robot
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

[issue19434] Wrong documentation of MIMENonMultipart class

2013-10-29 Thread Vajrasky Kok
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: