• Guido van Rossum's avatar
    (This fix is really by Jeremy) · b16a3b84
    Guido van Rossum yazdı
    Here's my suggested replacement for gzip.py for 1.5.1.  I've
    re-implemeted methods readline and readlines, added an _unread, and
    tweaked read and _read.
    
    I tried a more complicated buffer scheme for unread (using a list of
    strings and string.join), but it was more complicated and slower.
    This version is a lot faster than the current version and is still
    pretty simple.
    b16a3b84
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...