On Tue, 14 Dec 2010 10:57:40 -0500, D'Arcy J.M. Cain wrote:
> I guess I missed the beginning of this thread but can someone tell me
> why one needs to download a whole other program in order to do this?
> 
>   open(out_fn, 'w').write(open(in_fn).read())

Or what about shutil? Isn't that the higher level file operation module?

-- 
Harishankar (http://harishankar.org http://lawstudentscommunity.com)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to