My simple script parse output screen and to a new file!

Peter Otten __peter__ at web.de
Thu Jun 10 06:20:25 EDT 2004


Chuck Amadi wrote:

[code]

Now it looks better :-)

> # Now close the files
>  
> mailout.close

Lest it bite you in the future: the above is basically a noop. The () in 

mailout.close()

is necessary to invoke the method.

Peter




More information about the Python-list mailing list