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 vstinner
Recipients lsowen, r.david.murray, rhettinger, skip.montanaro, vstinner, zach.ware
Date 2016-07-13.21:32:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbh0X9Gf2Xb6kbc9N6TiUL4wA3WYcd2CYNrfrKwMFgs_w@mail.gmail.com>
In-reply-to <1468441174.57.0.561850493389.issue27497@psf.upfronthosting.co.za>
Content
Oh. I missed the django recipe to implement "streaming csv". It uses an
Echo object, its write() method returns its parameter.

This recipe looks like an abuse of the API, but I understand that there is
a need for a kind of "partial write": give control to I/O to the caller.

Maybe we should extend the API?
History
Date User Action Args
2016-07-13 21:32:21vstinnersetrecipients: + vstinner, skip.montanaro, rhettinger, r.david.murray, zach.ware, lsowen
2016-07-13 21:32:21vstinnerlinkissue27497 messages
2016-07-13 21:32:21vstinnercreate