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 orsenthil
Recipients ezio.melotti, flox, orsenthil
Date 2011-10-28.16:06:37
SpamBayes Score 0.009155675
Marked as misclassified No
Message-id <CAPOVWOSwN0o39m82rtVVg2zySOPajkrqjXTrneR4OsLXaCGYLA@mail.gmail.com>
In-reply-to <1319815413.63.0.635843649954.issue13287@psf.upfronthosting.co.za>
Content
Let's deprecate some of these (or add deprecation warnings) for
upcoming release.  But, doing from xxx import * is not a recommended
way for any module, as we know that it stands to pollute the namespace
with unneccesary functions/methods. I would be careful in adding
anything to __all__ and if done, may go for only 3.3. Ezio has a valid
point.
History
Date User Action Args
2011-10-28 16:06:38orsenthilsetrecipients: + orsenthil, ezio.melotti, flox
2011-10-28 16:06:38orsenthillinkissue13287 messages
2011-10-28 16:06:37orsenthilcreate