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 lemburg
Recipients hyeshik.chang, lemburg, loewis, vstinner
Date 2011-05-24.10:17:15
SpamBayes Score 3.0632418e-07
Marked as misclassified No
Message-id <4DDB85A8.8020006@egenix.com>
In-reply-to <1306230936.31.0.10674441717.issue12100@psf.upfronthosting.co.za>
Content
STINNER Victor wrote:
> 
> STINNER Victor <victor.stinner@haypocalc.com> added the comment:
> 
>> I think it's better to use a StringIO instance for the tests.
> 
> For which test excatly? An encoder produces bytes, I don't the relation with StringIO.

Sorry, BytesIO in Python3-speak. In Python2 you'd use StringIO.
History
Date User Action Args
2011-05-24 10:17:16lemburgsetrecipients: + lemburg, loewis, hyeshik.chang, vstinner
2011-05-24 10:17:15lemburglinkissue12100 messages
2011-05-24 10:17:15lemburgcreate