]> granicus.if.org Git - python/commit
In class TemporaryFileWrapper, don't cache attributes of tpye int --
authorGuido van Rossum <guido@python.org>
Tue, 1 Jun 1999 18:55:36 +0000 (18:55 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 1 Jun 1999 18:55:36 +0000 (18:55 +0000)
commit6b708d569c7e0768522e6f15e3a2ca5f5c42ab6b
tree45e2eb1e84d551c2a5687ae9c0dca3b61ec8d716
parent74311b2c27f50157f644a01a7bee937cd5414533
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).
Lib/tempfile.py