]> granicus.if.org Git - python/commit
Issue #20710: The pydoc summary line no longer displays the "self" parameter
authorLarry Hastings <larry@hastings.org>
Fri, 21 Feb 2014 07:34:46 +0000 (23:34 -0800)
committerLarry Hastings <larry@hastings.org>
Fri, 21 Feb 2014 07:34:46 +0000 (23:34 -0800)
commit24a882bb7bc638644b9e66a082439416bfbcf66c
tree2aaabe7bf4cb4d0ab0fa4b0b0be09b436d64b4cf
parent8c185ee12e334007b974b3a421704ffb09ecfca8
Issue #20710: The pydoc summary line no longer displays the "self" parameter
for bound methods.  Previous to this change, it displayed "self" for methods
implemented in Python but not methods implemented in C; it is now both
internally consistent and consistent with inspect.Signature.
Lib/pydoc.py
Lib/test/test_pydoc.py
Misc/NEWS