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 barry, eli.bendersky, ethan.furman, ned.deily, python-dev, ronaldoussoren
Date 2013-09-02.01:22:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5223E853.5070401@stoneleaf.us>
In-reply-to <5223E403.3050008@stoneleaf.us>
Content
What I know for sure:

   1) if something is added to dir() that does not live in __dict__, help() breaks.

   2) if a certain something or some things are removed from dir(), help() breaks.  I'm not yet certain which somethings 
apply here.
History
Date User Action Args
2013-09-02 01:22:26ethan.furmansetrecipients: + ethan.furman, barry, ronaldoussoren, ned.deily, eli.bendersky, python-dev
2013-09-02 01:22:26ethan.furmanlinkissue18693 messages
2013-09-02 01:22:25ethan.furmancreate