Terry J. Reedy <tjre...@udel.edu> added the comment:

Like parts of the Python test suite, I use StringIO to capture print/write 
output for testing in an output...output/getvalue/reset(seek(0),truncate(0)) 
cycle. While this enhancement would not currently affect me (as I only do a few 
prints each cycle), I can easily imagine other cases where it would.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13149>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to