This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, nicksjacobson, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2014-10-16.08:53:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413449584.23.0.490156606983.issue22651@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-10-16 08:53:04eryksunsetrecipients: + eryksun, pitrou, vstinner, tim.golden, zach.ware, steve.dower, nicksjacobson
2014-10-16 08:53:04eryksunsetmessageid: <1413449584.23.0.490156606983.issue22651@psf.upfronthosting.co.za>
2014-10-16 08:53:04eryksunlinkissue22651 messages
2014-10-16 08:53:03eryksuncreate