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 2012-07-15.09:54:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342346071.33.0.869652246152.issue15358@psf.upfronthosting.co.za>
In-reply-to
Content
Created to record the egregious hack of relying on the test_runpy infrastructure in order to test pkgutil.walk_packages.

It gets the job done, but is a really messy way of going about it. Worth cleaning up by factoring the support code out to a helper module when there isn't a release deadline looming.
History
Date User Action Args
2012-07-15 09:54:31ncoghlansetrecipients: + ncoghlan
2012-07-15 09:54:31ncoghlansetmessageid: <1342346071.33.0.869652246152.issue15358@psf.upfronthosting.co.za>
2012-07-15 09:54:30ncoghlanlinkissue15358 messages
2012-07-15 09:54:30ncoghlancreate