append one file to another

Grant Edwards grante at visi.com
Tue Jul 12 11:13:53 EDT 2005


On 2005-07-12, b83503104 at yahoo.com <b83503104 at yahoo.com> wrote:

> As a side question, you mentioned opening files in binary
> mode, in case the code needs to run under Windows or
> cross-platform.  What would happen otherwise? Is it an issue
> of big little endian or some other issue?

The end-of-line characters might get converted -- even if
they're not really "end-of-line" characters in the file in
question.

-- 
Grant Edwards                   grante             Yow!  My mind is a potato
                                  at               field...
                               visi.com            



More information about the Python-list mailing list