Re: [Python-Dev] gzip Patch

2007-04-24 Thread Martin v. Löwis
> I posted patch 1675951 a while ago that fixes a performance problem for > small reads in the gzip stdlib module. It also removes the necessity for > seeking while reading gzip files (allows reading from stdin now). > > Is there anything I can/have to do to get the patch in? If you want to pri

Re: [Python-Dev] gzip Patch

2007-04-24 Thread Kevin Jacobs <[EMAIL PROTECTED]>
I've tested the patch and it works as advertised for me. On 4/23/07, Florian Festi <[EMAIL PROTECTED]> wrote: Hi! I posted patch 1675951 a while ago that fixes a performance problem for small reads in the gzip stdlib module. It also removes the necessity for seeking while reading gzip files (a

[Python-Dev] gzip Patch

2007-04-24 Thread Florian Festi
Hi! I posted patch 1675951 a while ago that fixes a performance problem for small reads in the gzip stdlib module. It also removes the necessity for seeking while reading gzip files (allows reading from stdin now). Is there anything I can/have to do to get the patch in? tia Florian Fe