[issue22651] Python 2: Open file in a+ mode on Windows doesn't go to the end

eryksun report at bugs.python.org
Thu Oct 16 10:53:04 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22651>
_______________________________________


More information about the Python-bugs-list mailing list