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

2011-11-28 Thread vterron
Changes by vterron : Added file: http://bugs.python.org/file23802/issue13223_python2.7.patch ___ Python tracker <http://bugs.python.org/issue13223> ___ ___ Python-bug

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

2011-11-28 Thread vterron
vterron 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 document

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

2011-11-28 Thread vterron
Changes by vterron : Removed file: http://bugs.python.org/file23477/issue13223.patch ___ Python tracker <http://bugs.python.org/issue13223> ___ ___ Python-bugs-list mailin

[issue13163] `port` and `host` are confused in `_get_socket

2011-10-13 Thread vterron
vterron added the comment: Added a ridiculously simple patch, in case it is going to get fixed in 2.7. -- keywords: +patch nosy: +vterron Added file: http://bugs.python.org/file23397/smtplib.py.diff ___ Python tracker <http://bugs.python.