File Descriptor Modes

Martin von Loewis loewis at informatik.hu-berlin.de
Tue Mar 20 15:36:46 EST 2001


"O'Rourke Clodagh-corour01" <corour01 at motorola.com> writes:

> Does anyone where I would find a summary of the different modes it
> is possible to open a file descriptor in?

In the description of open:

http://www.python.org/doc/current/lib/built-in-funcs.html

> Do I need to explicitly find the end of the file and begin writing
> there or is there a mode that does this?

Yes :-)

Martin



More information about the Python-list mailing list