eryksun added the comment:

FYI, this is implementation defined in C89:

    ... unless the file is opened with append mode in which case 
    it is **implementation-defined** whether the file position 
    indicator is positioned at the beginning or the end of the 
    file.

http://port70.net/~nsz/c/c89/c89-draft.html#4.9.3

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22651>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to