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 2005-11-18.00:03:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch changes StringIO.StringIO.next to raise a
ValueError when the stream is closed. This is the same
behaviour as for cStringIO.StringIO and real files.
History
Date User Action Args
2007-08-23 15:44:35adminlinkissue1359365 messages
2007-08-23 15:44:35admincreate