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 kristjan.jonsson
Recipients asvetlov, brandon-rhodes, giampaolo.rodola, jcea, kristjan.jonsson, pitrou
Date 2013-06-25.08:34:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372149282.86.0.641621604206.issue16487@psf.upfronthosting.co.za>
In-reply-to
Content
ok, I concede that a file-like object makes sense from a polymorphism point of view.  It makes no sense from a streaming point of view.  A caller can then wrap their data into a StringIO instance.

I'll rework the patch in the manner you suggest.
History
Date User Action Args
2013-06-25 08:34:42kristjan.jonssonsetrecipients: + kristjan.jonsson, jcea, pitrou, giampaolo.rodola, asvetlov, brandon-rhodes
2013-06-25 08:34:42kristjan.jonssonsetmessageid: <1372149282.86.0.641621604206.issue16487@psf.upfronthosting.co.za>
2013-06-25 08:34:42kristjan.jonssonlinkissue16487 messages
2013-06-25 08:34:42kristjan.jonssoncreate