[Python-ideas] TextIOWrapper callable encoding parameter (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Wed Jun 13 10:25:21 CEST 2012


On Tue, 12 Jun 2012 01:10:47 +1000 Nick Coghlan <ncoghlan at gmail.com> wrote:

Immediate thought: it seems like it would be easier to offer a way to inject data back into a buffered IO object's internal buffer.

Except that it would be limited by buffer size, which is not necessarily something you have control over.

Regards

Antoine.



More information about the Python-ideas mailing list