On 2005-04-05, could ildg <[EMAIL PROTECTED]> wrote:

> I want to merge file A and file B into a new file C, All of
> them are binary.

file('C','wb').write(file('A','rb').read()+file('B','rb').read())

-- 
Grant Edwards                   grante             Yow!  ... or were you
                                  at               driving the PONTIAC that
                               visi.com            HONKED at me in MIAMI last
                                                   Tuesday?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to