[Python-Dev] zlib 1.2.3 is just out

2005-07-23 Thread Scott David Daniels
Note zlib 1.2.3 is just out -- the zlib compression/decompression http://www.zlib.net/ From the page: Version 1.2.3 eliminates potential security vulnerabilities in zlib 1.2.1 and 1.2.2, so all users of those versions should upgrade immediately. The following important fixes

Re: [Python-Dev] zlib 1.2.3 is just out

2005-07-23 Thread Raymond Hettinger
> Note zlib 1.2.3 is just out -- the zlib compression/decompression . . . > I'd guess this belongs in 2.5, with a possible retrofit for 2.4. +1 on backporting, but that is up to Anthony. Raymond ___ Python-Dev mailing list Python-Dev@python.org http