]> granicus.if.org Git - python/commit
When there's no filename, don't make one up.
authorGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 20:09:08 +0000 (20:09 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 20:09:08 +0000 (20:09 +0000)
commit51ca6e3e42d6ad733dae25c7db7c89415e7cf962
treeda7a0caf89696b155cf4f70f58a448ceedee36b7
parentccd25d10c472ff71a702023c6d15c4217a087cb3
When there's no filename, don't make one up.
Added _test() that behaves (a bit) like gzip.
Fix a comment (*sequential* access is okay -- *random* access it out!)
Lib/gzip.py