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 brett.cannon
Recipients brett.cannon, eric.araujo, gsakkis, hauser, mrts, rhettinger
Date 2010-04-15.22:20:30
SpamBayes Score 7.4265813e-06
Marked as misclassified No
Message-id <1271370032.99.0.757886313765.issue2090@psf.upfronthosting.co.za>
In-reply-to
Content
Although now that I think about it, there is a slightly sticky situation of someone using '' or some name with a slash for a key in __dict__. The usage in fromlist would then be "reasonable", but the semantics would be somewhat odd as fromlist is really only needed to trigger other imports.

It's probably safe to still make it an error, although it shouldn't be special-cased just for slashes and spaces but specifically the logic triggering the double import.
History
Date User Action Args
2010-04-15 22:20:33brett.cannonsetrecipients: + brett.cannon, rhettinger, gsakkis, hauser, eric.araujo, mrts
2010-04-15 22:20:32brett.cannonsetmessageid: <1271370032.99.0.757886313765.issue2090@psf.upfronthosting.co.za>
2010-04-15 22:20:31brett.cannonlinkissue2090 messages
2010-04-15 22:20:30brett.cannoncreate