Brett Cannon added the comment:

Originally zip file importing was faster than standard importing from disk 
because of the fewer stat calls, but importlib caches such things so I don't 
know if it's still beneficial. As for space savings, I have no idea; you can 
try zipping the files yourself to find out the space savings.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1116520>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to