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

2011-11-28 Thread vterron
Changes by vterron quinta...@gmail.com: Removed file: http://bugs.python.org/file23477/issue13223.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13223

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

2011-11-28 Thread vterron
vterron quinta...@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

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

2011-11-28 Thread vterron
Changes by vterron quinta...@gmail.com: Added file: http://bugs.python.org/file23802/issue13223_python2.7.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13223

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

2011-10-13 Thread vterron
vterron quinta...@gmail.com 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 rep