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 benjamin.peterson, brett.cannon, scoder
Date 2012-04-16.15:27:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334590034.45.0.940223244548.issue14592@psf.upfronthosting.co.za>
In-reply-to
Content
What Benjamin said. PEP 328 should have done away with relative imports, but somehow the __import__() function itself was not updated even though its docs were changed to say that index defaulted to 0.

So this isn't actually a regressions because of importlib but actually just the implicit fixing of a bug. I was going to make sure to mention it in the "What's New" entry, but I will also add something to Misc/NEWS.
History
Date User Action Args
2012-04-16 15:27:14brett.cannonsetrecipients: + brett.cannon, scoder, benjamin.peterson
2012-04-16 15:27:14brett.cannonsetmessageid: <1334590034.45.0.940223244548.issue14592@psf.upfronthosting.co.za>
2012-04-16 15:27:13brett.cannonlinkissue14592 messages
2012-04-16 15:27:13brett.cannoncreate