[Tutor] os.rename() on Win 98

Tim Peters tutor@python.org
Fri, 26 Jul 2002 16:59:17 -0400


[Tim]
> Note that you didn't close the file here:  you want fp.close() instead.

[Francois Granger]
> I knew it was stupid. I was wrong. I am stupid.

Not as stupid as me.  I'm currently working on a high-powered replacement
for Python's list.sort() routine, and within the last week I created at
least 50 errors in the C code severe enough to crash my machine.  It's
called being human <wink>.

> Thanks a lot.

You're weclome, Francois -- *everyone* makes a "function" versus
"function()" mistake sooner or later.  You're only stupid if you do it twice
<wink>.