[issue30645] imp.py: load_package() appends to its own loop variable

Alexandru Ardelean report at bugs.python.org
Sun Jun 18 13:00:17 EDT 2017


Alexandru Ardelean added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30645>
_______________________________________


More information about the Python-bugs-list mailing list