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 roger.serwy
Recipients Ramchandra Apte, roger.serwy, terry.reedy
Date 2012-02-04.16:28:01
SpamBayes Score 0.04107989
Marked as misclassified No
Message-id <1328372882.92.0.0357475680349.issue13933@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch against 3.3a0 to fix the problem. The cause of the bug is that a tuple can not be sorted and calling .sort was raising a silenced exception. The patch explicitly converts __all__ to a list.
History
Date User Action Args
2012-02-04 16:28:02roger.serwysetrecipients: + roger.serwy, terry.reedy, Ramchandra Apte
2012-02-04 16:28:02roger.serwysetmessageid: <1328372882.92.0.0357475680349.issue13933@psf.upfronthosting.co.za>
2012-02-04 16:28:02roger.serwylinkissue13933 messages
2012-02-04 16:28:02roger.serwycreate