.. -*- mode: rst -*-
I've been working on the `PythonEggs`_ runtime during `PyCon`_, and I ran across a bug in the ``zipimport`` built-in module. It's not a proper `PEP 302`_ loader, so it can't be used on ``sys.meta_path``. Unfortunately, due to some features we want to implement, we ...