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 ncoghlan
Recipients ncoghlan
Date 2013-01-28.11:34:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359372858.24.0.307119178153.issue17062@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding the PEP comment - the piece that would be missing is the "iter_modules" functionality. Currently pkgutil provides the support for standard filesystem imports and zipimports directly - the generic function based extension mechanism is undocumented.
History
Date User Action Args
2013-01-28 11:34:18ncoghlansetrecipients: + ncoghlan
2013-01-28 11:34:18ncoghlansetmessageid: <1359372858.24.0.307119178153.issue17062@psf.upfronthosting.co.za>
2013-01-28 11:34:18ncoghlanlinkissue17062 messages
2013-01-28 11:34:18ncoghlancreate