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 martin.panter
Recipients berker.peksag, eric.araujo, martin.panter
Date 2014-10-24.20:36:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414183007.08.0.442626957186.issue22665@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at Lib/test/test___all__.py, that module just makes sure that the names imported with “from ... import *” are the same as listed in the __all__ attribute. It does no know what the __all__ attribute is meant to contain.
History
Date User Action Args
2014-10-24 20:36:47martin.pantersetrecipients: + martin.panter, eric.araujo, berker.peksag
2014-10-24 20:36:47martin.pantersetmessageid: <1414183007.08.0.442626957186.issue22665@psf.upfronthosting.co.za>
2014-10-24 20:36:47martin.panterlinkissue22665 messages
2014-10-24 20:36:46martin.pantercreate