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 pitrou
Recipients ebfe, pitrou
Date 2009-03-23.18:54:18
SpamBayes Score 1.1375432e-06
Marked as misclassified No
Message-id <1237834460.96.0.816503557557.issue5541@psf.upfronthosting.co.za>
In-reply-to
Content
The right answer IMO is that the current position should be set to the
end of the file, since it is opened in "append" mode.
What happens actually is that, on some systems, the position is
implicitly set to the end of the file on the first write() rather than
when the file is open()ed.

This should be different in 3.1, could you give it a try?
History
Date User Action Args
2009-03-23 18:54:21pitrousetrecipients: + pitrou, ebfe
2009-03-23 18:54:20pitrousetmessageid: <1237834460.96.0.816503557557.issue5541@psf.upfronthosting.co.za>
2009-03-23 18:54:19pitroulinkissue5541 messages
2009-03-23 18:54:18pitroucreate