file resume

luca72 lucaberto at libero.it
Mon Apr 16 11:57:02 EDT 2007


Hello at all:
if i have one file written in binary mode, how can i append others
binary data to this file after the its closure.
ex
my_file = open('blabal', 'wb')
then i write something and then
my_file.close()
now if i need to open it again and append other binary data how can i
proceed?


Regards

Luca




More information about the Python-list mailing list