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 ncoghlan
Recipients Carson Lam, Eric Appelt, barry, brett.cannon, doko, eric.snow, ishcherb, lukasz.langa, mark.dickinson, ncoghlan, petr.viktorin, serhiy.storchaka
Date 2017-06-13.11:02:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497351779.27.0.861792636329.issue29514@psf.upfronthosting.co.za>
In-reply-to
Content
This has now been backported to all active maintenance branches.

For 2.7, I backported the test as a standalone one in Lib/test/test_import_magic.py, since there's only a partial importlib implementation in 2.7, and hence no test_importlib directory.

Thanks all!
History
Date User Action Args
2017-06-13 11:02:59ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, doko, mark.dickinson, petr.viktorin, lukasz.langa, eric.snow, serhiy.storchaka, Carson Lam, Eric Appelt, ishcherb
2017-06-13 11:02:59ncoghlansetmessageid: <1497351779.27.0.861792636329.issue29514@psf.upfronthosting.co.za>
2017-06-13 11:02:59ncoghlanlinkissue29514 messages
2017-06-13 11:02:59ncoghlancreate