This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Arfrever, asvetlov, bignose, cvrebert, eric.snow, ncoghlan, serhiy.storchaka, yselivanov
Date 2016-02-08.04:28:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454905691.2.0.278548097359.issue15731@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed, making it easy to follow the inheritance chains at docstring lookup time means it would be redundant to duplicate them at class definition time.

Code that interrogates __doc__ directly rather than using inspect.getdoc won't benefit from the new behaviour, but that's a quality of implementation question in the code handling the introspection.
History
Date User Action Args
2016-02-08 04:28:11ncoghlansetrecipients: + ncoghlan, Arfrever, cvrebert, asvetlov, bignose, eric.snow, serhiy.storchaka, yselivanov
2016-02-08 04:28:11ncoghlansetmessageid: <1454905691.2.0.278548097359.issue15731@psf.upfronthosting.co.za>
2016-02-08 04:28:11ncoghlanlinkissue15731 messages
2016-02-08 04:28:10ncoghlancreate