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

Guido van Rossum guido@cnri.reston.va.us
Tue, 1 Jun 1999 14:55:37 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	tempfile.py 
Log Message:
In class TemporaryFileWrapper, don't cache attributes of tpye int --
these happen to be 'closed' and 'softspace', which may change!

Noted by Dave Ascher (with slightly different solution).