[issue13223] pydoc removes 'self' in HTML for method docstrings with example code

vterron report at bugs.python.org
Tue Nov 29 04:23:38 CET 2011


vterron <quintanar at gmail.com> added the comment:

Patch updated with the test cases. I have added a third class to Lib/test/pydoc_mod.py and updated two of the existing cases, test_text_doc and test_html_doc, accordingly.

The news entry could be: "Issue #13223: Fix pydoc.writedoc so that the HTML documentation for methods that use 'self' in the example code is generated correctly."

----------
Added file: http://bugs.python.org/file23801/issue13223.patch

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


More information about the Python-bugs-list mailing list