Update of /projects/cvsroot/python/dist/src/Lib/test In directory amarok:/home/akuchlin/src/Python-1.5/Lib/test Added Files: test_gzip.py Log Message: Added a simple test suite for gzip. It simply opens a temp file, writes a chunk of compressed data, closes it, writes another chunk, and reads the contents back to verify that they are the same.