[New-bugs-announce] [issue19409] pkgutil isn't importable from a file or the REPL

Donald Stufft report at bugs.python.org
Sat Oct 26 15:57:29 CEST 2013


New submission from Donald Stufft:

Currently pkgutil cannot be imported unless you first import importlib.machinery. This means ./python.exe -m pkgutil works, but doing ``import pkgutil`` in the REPL does not.

----------
messages: 201355
nosy: dstufft, larry
priority: release blocker
severity: normal
status: open
title: pkgutil isn't importable from a file or the REPL
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list