Re: [Python-Dev] Incorporation of zlib sources into Python subversion

2005-12-21 Thread Trent Mick
[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] _

Re: [Python-Dev] Incorporation of zlib sources into Python subversion

2005-12-21 Thread Gregory P. Smith
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

Re: [Python-Dev] Incorporation of zlib sources into Python subversion

2005-12-18 Thread Martin v. Löwis
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

Re: [Python-Dev] Incorporation of zlib sources into Python subversion

2005-12-18 Thread Scott David Daniels
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

[Python-Dev] Incorporation of zlib sources into Python subversion

2005-12-18 Thread Martin v. Löwis
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.pyd cannot be *in* the compressed