Nicolas, that's what I thought originally (that it was using the zipfile module), but the PEP implies that it's using the InfoZip library directly from C and that zipimport is functional before the std library loads.
If it used the zipfile module, it would need a handful of other modules (like OS, Stat, etc...), so you cant really use zipfile for this purpose (AFAIK). So it seems that zipimport should work regardless of weather or not zipfile.py is present. -- Jeremy _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
