• Andrew M. Kuchling's avatar
    Based on a suggestion from bruce@hams.com, make a trivial change to · f4f119c0
    Andrew M. Kuchling yazdı
    allow using the 'a' flag as a mode for opening a GzipFile.  gzip
    files, surprisingly enough, can be concatenated and then decompressed;
    the effect is to concatenate the two chunks of data.
    
    If we support it on writing, it should also be supported on reading.
    This *wasn't* trivial, and required rearranging the code in the
    reading path, particularly the _read() method.
    
    Raise IOError instead of RuntimeError in two cases, 'Not a gzipped file'
    and 'Unknown compression method'
    f4f119c0
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
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...