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 Alexandru Ardelean
Recipients Alexandru Ardelean, SylvainDe, brett.cannon, eric.snow, ncoghlan, r.david.murray
Date 2017-06-18.17:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497805217.13.0.0432221246785.issue30645@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I took a look over the virtualenv repo.
There's an issue raised there
https://github.com/pypa/virtualenv/issues/955

And a PR to address it 
https://github.com/pypa/virtualenv/pull/947

Though, it seems like they still want to keep `imp.load_package()` for a while, in order to keep compatibility with Python 2.6.
History
Date User Action Args
2017-06-18 17:00:17Alexandru Ardeleansetrecipients: + Alexandru Ardelean, brett.cannon, ncoghlan, r.david.murray, eric.snow, SylvainDe
2017-06-18 17:00:17Alexandru Ardeleansetmessageid: <1497805217.13.0.0432221246785.issue30645@psf.upfronthosting.co.za>
2017-06-18 17:00:17Alexandru Ardeleanlinkissue30645 messages
2017-06-18 17:00:17Alexandru Ardeleancreate