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 scoder
Recipients scoder
Date 2012-04-16.11:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334575981.92.0.820846886591.issue14592@psf.upfronthosting.co.za>
In-reply-to
Content
Up to the early Py3.3 developer versions, calling __import__() with a level of -1 worked as in Python 2, i.e. it tried a relative import first and then a global import.

This no longer seems to be available after the importlib rewrite (e.g. as of rev f341b99bb370).
History
Date User Action Args
2012-04-16 11:33:01scodersetrecipients: + scoder
2012-04-16 11:33:01scodersetmessageid: <1334575981.92.0.820846886591.issue14592@psf.upfronthosting.co.za>
2012-04-16 11:33:01scoderlinkissue14592 messages
2012-04-16 11:33:01scodercreate