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 r.david.murray
Recipients flub, r.david.murray, rhettinger
Date 2009-04-27.11:21:03
SpamBayes Score 4.491914e-06
Marked as misclassified No
Message-id <1240831265.79.0.632723744029.issue5854@psf.upfronthosting.co.za>
In-reply-to
Content
The addition of __all__ was made by raymond.hettinger in r60851. 'from
xxx import *' is not a recommended style, but irregardless of that
__all__ certainly should list all of the public APIs.
History
Date User Action Args
2009-04-27 11:21:05r.david.murraysetrecipients: + r.david.murray, rhettinger, flub
2009-04-27 11:21:05r.david.murraysetmessageid: <1240831265.79.0.632723744029.issue5854@psf.upfronthosting.co.za>
2009-04-27 11:21:04r.david.murraylinkissue5854 messages
2009-04-27 11:21:03r.david.murraycreate