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 eric.araujo
Recipients Ramchandra Apte, eric.araujo, ned.deily, python-dev, roger.serwy, terry.reedy
Date 2012-02-05.10:17:57
SpamBayes Score 3.991376e-06
Marked as misclassified No
Message-id <1328437078.67.0.352647955632.issue13933@psf.upfronthosting.co.za>
In-reply-to
Content
BTW I wonder if setting __all__ to something but a list is valid.  I think I ran into a similar bug once and fixing __all__ fixed it.  The IDLE robustness fix is probably a good thing, but maybe we should also check the stdlib’s __all__s and the docs.
History
Date User Action Args
2012-02-05 10:17:58eric.araujosetrecipients: + eric.araujo, terry.reedy, ned.deily, roger.serwy, python-dev, Ramchandra Apte
2012-02-05 10:17:58eric.araujosetmessageid: <1328437078.67.0.352647955632.issue13933@psf.upfronthosting.co.za>
2012-02-05 10:17:58eric.araujolinkissue13933 messages
2012-02-05 10:17:57eric.araujocreate