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 ethan.furman, ncoghlan, python-dev
Date 2013-10-27.01:32:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7cfDAN_kYX23i-psE0QAHpOmSusHojroAimczP2FfhsqA@mail.gmail.com>
In-reply-to <[email protected]>
Content
As far as I am aware, never. But "instance.__doc__" falls back to the
class, hence the != check rather than "is not None".
History
Date User Action Args
2013-10-27 01:32:26ncoghlansetrecipients: + ncoghlan, ethan.furman, python-dev
2013-10-27 01:32:26ncoghlanlinkissue19404 messages
2013-10-27 01:32:25ncoghlancreate