Author davidfraser
Recipients
Date 2004-05-11.14:07:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If truncate() is called on a StringIO object, the
length is not changed, so that seek(0, 2) calls will go
beyond the correct end of the file.
This patch adds a line to update the length, and a test
to the test method that checks that it works.
History
Date User Action Args
2007-08-23 15:37:41adminlinkissue951915 messages
2007-08-23 15:37:41admincreate