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 ethan.furman
Recipients arigo, eli.bendersky, eric.snow, ethan.furman, ronaldoussoren
Date 2013-09-06.22:33:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378506797.59.0.441834051768.issue16938@psf.upfronthosting.co.za>
In-reply-to
Content
Ronald said:
> One possible workaround: assume that the class is the inspected
> class when a name returned by dir(cls) cannot be found in one of
> the classes on the mro.

At some point will this cause help to display an attribute on the wrong class?
History
Date User Action Args
2013-09-06 22:33:17ethan.furmansetrecipients: + ethan.furman, arigo, ronaldoussoren, eli.bendersky, eric.snow
2013-09-06 22:33:17ethan.furmansetmessageid: <1378506797.59.0.441834051768.issue16938@psf.upfronthosting.co.za>
2013-09-06 22:33:17ethan.furmanlinkissue16938 messages
2013-09-06 22:33:17ethan.furmancreate