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 docs@python, orsenthil, r.david.murray, sri
Date 2010-05-05.18:04:30
SpamBayes Score 0.00040776088
Marked as misclassified No
Message-id <1273082673.21.0.797924278172.issue8619@psf.upfronthosting.co.za>
In-reply-to
Content
Mainly I'm saying that I don't think a public API should have a name starting with an '_'.  Sets a bad precedent :)

Looking at the functionality more closely, though, it does make me nervous that we are recommending changing the global state of the module.  Sounds like a recipe for hard to find bugs.  So maybe it should be removed from the docs, and a better way found to expose that functionality.
History
Date User Action Args
2010-05-05 18:04:33r.david.murraysetrecipients: + r.david.murray, orsenthil, docs@python, sri
2010-05-05 18:04:33r.david.murraysetmessageid: <1273082673.21.0.797924278172.issue8619@psf.upfronthosting.co.za>
2010-05-05 18:04:30r.david.murraylinkissue8619 messages
2010-05-05 18:04:30r.david.murraycreate