Simple file writing techiques ...

Ant antroy at gmail.com
Wed Jul 19 08:20:05 EDT 2006


Whoops:

> outfile = open(out_f)

outfile = open(out_f, 'w')

may be better ;-)




More information about the Python-list mailing list