[docs] [issue28816] Document if zipimport can respect import hooks to load custom files from zip.

Decorater report at bugs.python.org
Fri Dec 30 04:43:41 EST 2016


Decorater added the comment:

OK, Well I just tested and it sadly don't support import hooks that adds support for importing custom file types or file types python does know about with a uncommon extension inside of zip files which is somewhat sad. However if someone was to do something similar to py2exe's import hook allowing memory loading pyd and so files they could allow it to work for their import hook's needs.

----------
keywords: +patch
Added file: http://bugs.python.org/file46090/zipimport.rst.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28816>
_______________________________________


More information about the docs mailing list