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 christian.heimes
Recipients
Date 2007-08-08.12:42:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The patch removes the import of cStringIO from all Python files and disabled the cStringIO module. It leaves the file around.

Open problems:
* How should io.StringIO handle buffer objects?

History
Date User Action Args
2007-08-23 15:59:36adminlinkissue1770008 messages
2007-08-23 15:59:36admincreate