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, ncoghlan, ronaldoussoren
Date 2013-10-18.07:39:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382081971.2.0.888101272048.issue16938@psf.upfronthosting.co.za>
In-reply-to
Content
This has been fixed in #19030: every good object will have a home class; non-good objects (the result of buggy __dir__, __getattribute__, or __getattr__ methods) will not be returned and so cannot confuse pydoc.
History
Date User Action Args
2013-10-18 07:39:31ethan.furmansetrecipients: + ethan.furman, arigo, ronaldoussoren, ncoghlan, eli.bendersky, eric.snow
2013-10-18 07:39:31ethan.furmansetmessageid: <1382081971.2.0.888101272048.issue16938@psf.upfronthosting.co.za>
2013-10-18 07:39:31ethan.furmanlinkissue16938 messages
2013-10-18 07:39:31ethan.furmancreate