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 Decorater
Recipients Decorater, brett.cannon, docs@python, eric.snow, ncoghlan, twouters
Date 2016-12-30.09:43:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483091021.3.0.232501504354.issue28816@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-12-30 09:43:41Decoratersetrecipients: + Decorater, twouters, brett.cannon, ncoghlan, docs@python, eric.snow
2016-12-30 09:43:41Decoratersetmessageid: <1483091021.3.0.232501504354.issue28816@psf.upfronthosting.co.za>
2016-12-30 09:43:41Decoraterlinkissue28816 messages
2016-12-30 09:43:41Decoratercreate