[Gregory P. Smith wrote]
> (i don't know what version python uses today maybe this is a non issue?)
$ svn cat http://svn.python.org/projects/python/trunk/PCbuild/zlib.vcproj |
grep "zlib-"
...
zlib 1.2.3
Trent
--
Trent Mick
[EMAIL PROTECTED]
_
On Sun, Dec 18, 2005 at 11:09:54AM +0100, "Martin v. L?wis" wrote:
> Thomas (Heller) and I have been discussing whether the zlib
> module should become builtin, atleast on Win32 (i.e. part
> of python25.dll). This would simplify py2exe, which then could
> bootstrap extraction from the compressed fi
Scott David Daniels wrote:
> I am trying to enable other compression forms in zipfile, in
> particular bzip2, but eventually extensible. My primary intent
> is to extend the useful life of .zips by allowing better
> compression (and enabling reading and writing zip formats that
> are starting to b
Martin v. Löwis wrote:
> Thomas (Heller) and I have been discussing whether the zlib
> module should become builtin, atleast on Win32 (i.e. part
> of python25.dll). This would simplify py2exe, which then could
> bootstrap extraction from the compressed file just with
> pythonxy.dll (clearly, zlib.p