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 bgolemon
Recipients benjamin.peterson, bgolemon, georg.brandl, peter.puk
Date 2008-05-26.17:52:46
SpamBayes Score 0.030886322
Marked as misclassified No
Message-id <1211824368.4.0.240172616042.issue2966@psf.upfronthosting.co.za>
In-reply-to
Content
I feel like that's the correct behavior, since x should be documented in
m. In a module you can override this by doing '__all__ = ['x']', but I'm
not sure there's a way in a script.
History
Date User Action Args
2008-05-26 17:52:48bgolemonsetspambayes_score: 0.0308863 -> 0.030886322
recipients: + bgolemon, georg.brandl, benjamin.peterson, peter.puk
2008-05-26 17:52:48bgolemonsetspambayes_score: 0.0308863 -> 0.0308863
messageid: <1211824368.4.0.240172616042.issue2966@psf.upfronthosting.co.za>
2008-05-26 17:52:47bgolemonlinkissue2966 messages
2008-05-26 17:52:46bgolemoncreate