[docs] [issue15297] pkgutil.iter_importers() includes an ImpImporter

Chris Jerdonek report at bugs.python.org
Mon Jul 9 19:44:02 CEST 2012


Chris Jerdonek <chris.jerdonek at gmail.com> added the comment:

Marking this a documentation issue because the same behavior is also present in 2.7:

Python 2.7.3 (default, Apr 19 2012, 00:55:09) 
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
>>> from pkgutil import iter_importers
>>> list(iter_importers())[-1]
<pkgutil.ImpImporter instance at 0x10517b710>

----------
assignee:  -> docs at python
components: +Documentation -Library (Lib)
keywords: +easy
nosy: +docs at python
versions: +Python 2.7

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


More information about the docs mailing list