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 philthompson10
Recipients brett.cannon, lemburg, paul.moore, philthompson10
Date 2016-01-04.19:18:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451935104.86.0.855383887432.issue26007@psf.upfronthosting.co.za>
In-reply-to
Content
At the moment my importer does the same as zipimport and gets added to sys.path_hooks rather than sys.meta_path.

While waiting for the PEP, how about a table of (externally modifiable) importer installers that is worked through where _PyImportZip_Init() is currently called? By default _PyImportZip_Init() will be the only entry.
History
Date User Action Args
2016-01-04 19:18:24philthompson10setrecipients: + philthompson10, lemburg, brett.cannon, paul.moore
2016-01-04 19:18:24philthompson10setmessageid: <1451935104.86.0.855383887432.issue26007@psf.upfronthosting.co.za>
2016-01-04 19:18:24philthompson10linkissue26007 messages
2016-01-04 19:18:24philthompson10create