This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients Arfrever, Ronan.Lamy, chris.jerdonek, docs@python
Date 2012-07-09.17:44:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341855842.22.0.812428773462.issue15297@psf.upfronthosting.co.za>
In-reply-to
Content
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>
History
Date User Action Args
2012-07-09 17:44:02chris.jerdoneksetrecipients: + chris.jerdonek, Arfrever, docs@python, Ronan.Lamy
2012-07-09 17:44:02chris.jerdoneksetmessageid: <1341855842.22.0.812428773462.issue15297@psf.upfronthosting.co.za>
2012-07-09 17:44:01chris.jerdoneklinkissue15297 messages
2012-07-09 17:44:01chris.jerdonekcreate