Dave> I am looking for a zlib implementation (or any other which can
Dave> handle zip archives) for Python 1.5.2. I only found one for Python
Dave> >= 2.2 :-(
Assuming you have access to a C compiler, you might be able to fairly easily
backport the 2.2 version of zlibmodule.c back to 1.5.2.
Skip