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 Julian
Recipients Julian, benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, ncoghlan, r.david.murray
Date 2011-08-22.21:28:12
SpamBayes Score 0.006852573
Marked as misclassified No
Message-id <1314048493.27.0.873878988141.issue12782@psf.upfronthosting.co.za>
In-reply-to
Content
>  we explicitly advise against importing too many modules in a single import statement, but importing multiple names from a single location is often a useful thing to do.

Cool. I imagined this had to do with it.

> there may be a grammar ambiguity problem in this case, since (unlike from-import) with statements allow arbitrary subexpressions.

Sorry, can you possibly clarify where the ambiguity might come in?
History
Date User Action Args
2011-08-22 21:28:13Juliansetrecipients: + Julian, georg.brandl, ncoghlan, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray
2011-08-22 21:28:13Juliansetmessageid: <1314048493.27.0.873878988141.issue12782@psf.upfronthosting.co.za>
2011-08-22 21:28:12Julianlinkissue12782 messages
2011-08-22 21:28:12Juliancreate