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 mark.dickinson
Recipients docs@python, georg.brandl, mark.dickinson, terry.reedy
Date 2014-10-07.08:40:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412671223.26.0.549365804442.issue22571@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's fine to recommend using (for example) `>>> from decimal import *` at the command-line prompt when experimenting with a module.  It's a quick way to get yourself into a state where you can easily experiment with that module and its features.

That's not the same as recommending that scripts using the decimal module start with "from decimal import *", of course.
History
Date User Action Args
2014-10-07 08:40:23mark.dickinsonsetrecipients: + mark.dickinson, georg.brandl, terry.reedy, docs@python
2014-10-07 08:40:23mark.dickinsonsetmessageid: <1412671223.26.0.549365804442.issue22571@psf.upfronthosting.co.za>
2014-10-07 08:40:23mark.dickinsonlinkissue22571 messages
2014-10-07 08:40:22mark.dickinsoncreate