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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, jimo555
Date 2009-03-27.15:21:37
SpamBayes Score 1.1114405e-06
Marked as misclassified No
Message-id <1238167299.86.0.193868269238.issue5568@psf.upfronthosting.co.za>
In-reply-to
Content
The wrong closed() call was corrected with r67923.

Then, the io module is by design very picky about the distinction
between bytes and unicode. This is different from the philosophy of
other parts of the library, but io comes from python 3.0...

StringIO only accepts and return unicode strings; its "default encoding"
of StringIO is an implementation (how the text is stored in memory) and
is even not used anymore in python 3.0
History
Date User Action Args
2009-03-27 15:21:39amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, jimo555
2009-03-27 15:21:39amaury.forgeotdarcsetmessageid: <1238167299.86.0.193868269238.issue5568@psf.upfronthosting.co.za>
2009-03-27 15:21:38amaury.forgeotdarclinkissue5568 messages
2009-03-27 15:21:37amaury.forgeotdarccreate