[issue4705] python3.0 -u: unbuffered stdout

Antoine Pitrou report at bugs.python.org
Sun Jan 25 22:36:57 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Thinking about it, TextIOWrapper has its own input buffering (the
`decoded_chars` attribute), so your use case would probably not be
satisfied.

(and disabling TextIOWrapper's internal buffering would be a bad idea
since it would make it horribly slow)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4705>
_______________________________________


More information about the Python-bugs-list mailing list