append log file

Gary Herron gherron at islandtraining.com
Mon Sep 29 16:14:32 EDT 2003


> Why not ... open(filename ... ? Then 'a' should work. (or at least works
> here).

The new and prefered way to open a file is to use "file()".  The old
"open()" is a synonym kept around for backwards compatibility.

Gary Herron








More information about the Python-list mailing list