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 vstinner
Recipients vstinner
Date 2009-01-20.01:00:35
SpamBayes Score 0.011007749
Marked as misclassified No
Message-id <1232413238.8.0.958689217898.issue5008@psf.upfronthosting.co.za>
In-reply-to
Content
Patch _including a test_:

+	if (append)
+		lseek(self->fd, 0, SEEK_END);
History
Date User Action Args
2009-01-20 01:00:40vstinnersetrecipients: + vstinner
2009-01-20 01:00:38vstinnersetmessageid: <1232413238.8.0.958689217898.issue5008@psf.upfronthosting.co.za>
2009-01-20 01:00:37vstinnerlinkissue5008 messages
2009-01-20 01:00:37vstinnercreate