[issue15314] Use importlib instead of pkgutil in runpy

Nick Coghlan report at bugs.python.org
Sun Jul 15 10:48:14 CEST 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

OK, I think runpy and __main__.__loader__ are all sorted now. The relevant runpy and command line script tests all check for the expected values, and I added a couple of new tests to cover the "-c" and "reading from stdin" cases.

----------
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list