Message228756
| 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:23 | mark.dickinson | set | recipients: + mark.dickinson, georg.brandl, terry.reedy, docs@python |
| 2014-10-07 08:40:23 | mark.dickinson | set | messageid: <1412671223.26.0.549365804442.issue22571@psf.upfronthosting.co.za> |
| 2014-10-07 08:40:23 | mark.dickinson | link | issue22571 messages |
| 2014-10-07 08:40:22 | mark.dickinson | create | |