| gzip | index /usr/lib/python2.2/gzip.py |
Functions that read and write gzipped files.
The user of the file doesn't have to worry about the compression,
but random access is not allowed.
| Modules | ||||||
| ||||||
| Classes | ||||||||||
| ||||||||||
| Functions | ||
| ||
| Data | ||
| FCOMMENT = 16 FEXTRA = 4 FHCRC = 2 FNAME = 8 FTEXT = 1 READ = 1 WRITE = 2 __all__ = ['GzipFile', 'open'] __file__ = '/usr/lib/python2.2/gzip.pyc' __name__ = 'gzip' | ||