]> 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)
commit13da6a1a9ce69ab8c08c60c2532bd2d42ec32a12
treef7bddb530025b3807307da58b760d8674f8a3676
parentd224b6a796a8934b85b9a959c7a9e4b31d2bb428
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