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 nicksjacobson
Recipients nicksjacobson, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2014-10-16.08:19:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413447546.33.0.145405662735.issue22651@psf.upfronthosting.co.za>
In-reply-to
Content
For writing, end of file seems correct. But for reading, the documentation says it should be the beginning of the file.

"The initial file position for reading is at the beginning of the file, but output is always appended to the end of the file." http://linux.die.net/man/3/fopen
History
Date User Action Args
2014-10-16 08:19:06nicksjacobsonsetrecipients: + nicksjacobson, pitrou, vstinner, tim.golden, zach.ware, steve.dower
2014-10-16 08:19:06nicksjacobsonsetmessageid: <1413447546.33.0.145405662735.issue22651@psf.upfronthosting.co.za>
2014-10-16 08:19:06nicksjacobsonlinkissue22651 messages
2014-10-16 08:19:06nicksjacobsoncreate