]> granicus.if.org Git - python/commit
Patch #448474: Add support for tell() and seek() to gzip.GzipFile.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 9 Aug 2001 07:21:56 +0000 (07:21 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 9 Aug 2001 07:21:56 +0000 (07:21 +0000)
commit8cc965c1fb7da494c5abfb3eef49f017dcdc9939
tree51d8b26474351a7bbfdf2a7e3e4e18a5e9e36998
parentf30f1fc900d214f11d351daa9ae88013f16cd039
Patch #448474: Add support for tell() and seek() to gzip.GzipFile.
Doc/lib/libgzip.tex
Lib/gzip.py
Lib/test/test_gzip.py