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 BreamoreBoy
Recipients BreamoreBoy, audreyr, brandon-rhodes, docs@python, r.david.murray, steven.daprano
Date 2014-07-11.19:05:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405105533.16.0.65574478566.issue21956@psf.upfronthosting.co.za>
In-reply-to
Content
The docs state 'from module import name1, name2. - This is a “don’t” which is much weaker than the previous “don’t”s but is still something you should not do if you don’t have good reasons to do that.'  How does that translate into 'The Python docs say that "from module import name1, name2" is an anti-idiom' ?
History
Date User Action Args
2014-07-11 19:05:33BreamoreBoysetrecipients: + BreamoreBoy, steven.daprano, r.david.murray, brandon-rhodes, docs@python, audreyr
2014-07-11 19:05:33BreamoreBoysetmessageid: <1405105533.16.0.65574478566.issue21956@psf.upfronthosting.co.za>
2014-07-11 19:05:33BreamoreBoylinkissue21956 messages
2014-07-11 19:05:33BreamoreBoycreate