[Python-Dev] new import hooks & zip import

Just van Rossum just@letterror.com
Thu, 12 Dec 2002 11:42:56 +0100


After incorporating some suggestions and fixes from Paul Moore and Neal Norwitz
and doing more testing myself, I've decided the importhook/zipimport patch is
mature enough to post a proper patch:

   http://www.python.org/sf/652586

I've renamed two of the three new sys items; the patch note explains.

Thorough review would be very welcome. Thanks!

Just