]> granicus.if.org Git - python/commit
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 29 Oct 2015 06:17:10 +0000 (08:17 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 29 Oct 2015 06:17:10 +0000 (08:17 +0200)
commit6230235e833bedfc1b4b6c1aba1d6fa8b616d1b1
treeb17b4d96453144cde2a4398818332cf7256a7f17
parent2e0e18ba57ba4d8eb438734e2dc57bce0071f471
parentac4bdcc80e986bdd5b9d10ab0bce35aabb790a3e
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
Original patch by John Mark Vandenberg.
Lib/inspect.py
Lib/test/test_inspect.py
Misc/ACKS
Misc/NEWS