]> 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:15:50 +0000 (08:15 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 29 Oct 2015 06:15:50 +0000 (08:15 +0200)
commitac4bdcc80e986bdd5b9d10ab0bce35aabb790a3e
treeab7584880b723f516f0ac580241396e850128a63
parentf8152c67f52874cd4aa63f1cb3e1216382f98057
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
Original patch by John Mark Vandenberg.
Lib/inspect.py
Lib/test/inspect_fodder.py
Lib/test/test_inspect.py
Misc/ACKS
Misc/NEWS