[Python-checkins] CVS: python/dist/src/Lib gzip.py

Andrew M. Kuchling akuchlin@cnri.reston.va.us
Tue, 10 Aug 1999 09:19:31 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory amarok:/home/akuchlin/src/Python-1.5/Lib

Modified Files:
	gzip.py 
Log Message:
Added __del__ method to GzipFile class that will flush and close the
object, if required.