<p>Is the new python 3.3 optimization documented anywhere? I am having trouble finding it.</p>
<div class="gmail_quote">On Sep 28, 2012 6:23 PM, "PJ Eby" <<a href="mailto:pje@telecommunity.com">pje@telecommunity.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, Sep 28, 2012 at 4:14 PM, Daniel Holth <<a href="mailto:dholth@gmail.com">dholth@gmail.com</a>> wrote:<br>
> Has anyone bothered to write a meta path hook that checks all the<br>
> top_level.txt on a sys.path full of eggs, and uses<br>
> imp.load_module(name, short list of paths) to find the module instead<br>
> of the default load_module(name, full sys.path)?<br>
<br>
If you're talking about runtime caching, Python 3.3 does something<br>
similar by default.  For older Pythons, using zipped eggs does<br>
something similar by default (which is why eggs default to installing<br>
zipped under easy_install, actually).<br>
</blockquote></div>