New submission from Nick Coghlan <ncogh...@gmail.com>:

There's some lingering weirdness in runpy due to its reliance on pkgutil's 
import emulation (see #15272).

For 3.3, I'd like to explicitly switch runpy over to using importlib. This was 
supposed to happen automatically, but the relevant API is 
"importlib.find_loader" rather than the "imp.get_loader" that runpy is 
currently looking for.

----------
assignee: ncoghlan
messages: 165153
nosy: georg.brandl, ncoghlan
priority: high
severity: normal
stage: needs patch
status: open
title: Use importlib instead of pkgutil in runpy
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15314>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to