]> granicus.if.org Git - python/commit
Do not try to fix bugs while sleeping.
authorFred Drake <fdrake@acm.org>
Sat, 9 Sep 2000 06:29:35 +0000 (06:29 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 9 Sep 2000 06:29:35 +0000 (06:29 +0000)
commitb37bdc2c7c35f1aa75535f273c1c67dad32873a0
tree1fbfcad07e8a718521cf7fe521727c93b24a1038
parent16c4aa441bba65ac0e4386e4b04d25119e8fc609
Do not try to fix bugs while sleeping.

Paid more attention to the comments on the report; Martin suggested just
not having a __del__() method, which makes more sense in this case.  So
I have removed it.

This closes SourceForge bug #113850.  Again.
Lib/posixfile.py