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 doerwalter
Recipients
Date 2006-11-13.17:39:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=89016

Calling file.truncate() without a argument does a "truncate
to current position" so maybe StringIO should raise
IOError(EINVAL) on truncate(-1) and both should truncate to
the current position on truncate(None)?
History
Date User Action Args
2007-08-23 15:44:36adminlinkissue1359365 messages
2007-08-23 15:44:36admincreate