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 berker.peksag
Recipients berker.peksag, chris.jerdonek, ncoghlan
Date 2012-10-25.22:06:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351202762.14.0.313317083429.issue16163@psf.upfronthosting.co.za>
In-reply-to
Content
Chris, did you have a chance to review the patch I submitted?

The only usage of `iter_importers` function in stdlib is in
`iter_modules` function:

http://hg.python.org/cpython/file/cbdd6852a274/Lib/pkgutil.py#l139
History
Date User Action Args
2012-10-25 22:06:02berker.peksagsetrecipients: + berker.peksag, ncoghlan, chris.jerdonek
2012-10-25 22:06:02berker.peksagsetmessageid: <1351202762.14.0.313317083429.issue16163@psf.upfronthosting.co.za>
2012-10-25 22:06:02berker.peksaglinkissue16163 messages
2012-10-25 22:06:01berker.peksagcreate