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, gsakkis, hauser, mrts
Date 2010-04-15.21:31:31
SpamBayes Score 5.2960636e-11
Marked as misclassified No
Message-id <1271367094.11.0.458547552272.issue2090@psf.upfronthosting.co.za>
In-reply-to
Content
If you want a justification, think of it as undefined behavior. When you use an empty string in fromlist you are essentially simulating ``from pkg import`` which makes absolutely no sense, so no one has cared enough to try to fix this. It's such a hack that I don't think people need to worry about fixing it, especially with a more sanctioned way to do it and with importlib being available in PyPI and running in Python 2.3 and later.

Now if someone bothers to submit a patch to fix the issue that is reasonable then it can be considered for fixing, but I view this as such a nonsensical call signature that I personally don't see the need to have someone burn some time on this unless they really care. As a compromise I have made this a "wont fix" bug, but I still don't see the need to open the bug again.
History
Date User Action Args
2010-04-15 21:31:34brett.cannonsetrecipients: + brett.cannon, gsakkis, hauser, mrts
2010-04-15 21:31:34brett.cannonsetmessageid: <1271367094.11.0.458547552272.issue2090@psf.upfronthosting.co.za>
2010-04-15 21:31:32brett.cannonlinkissue2090 messages
2010-04-15 21:31:31brett.cannoncreate