How to merge data in a existant file

fquiquet at lemel.fr fquiquet at lemel.fr
Mon Apr 19 04:43:29 EDT 1999


Hi,

I use python to developp script file.
I have a problem when I want to write data in a existant file.

I know how to write data in a new file :

f=open('file.name','w')
f.write('data')
f.close()

I don't know what is the function that permit to add data whithout erase
existing data.

Thank's for your response to fquiquet at lemel.fr

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    




More information about the Python-list mailing list