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.13:57:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The new patch also removes StringIO and adds a facade cStringIO. Importing StringIO and cStringIO is deprecated and the imports fall back to io.StringIO.
File Added: remove_stringio.patch
History
Date User Action Args
2007-08-23 15:59:36adminlinkissue1770008 messages
2007-08-23 15:59:36admincreate