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 terry.reedy
Recipients loewis, pitrou, terry.reedy, vstinner
Date 2011-10-14.23:20:28
SpamBayes Score 0.006871589
Marked as misclassified No
Message-id <1318634429.49.0.0853903541097.issue13149@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-14 23:20:29terry.reedysetrecipients: + terry.reedy, loewis, pitrou, vstinner
2011-10-14 23:20:29terry.reedysetmessageid: <1318634429.49.0.0853903541097.issue13149@psf.upfronthosting.co.za>
2011-10-14 23:20:28terry.reedylinkissue13149 messages
2011-10-14 23:20:28terry.reedycreate