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 graphite, r.david.murray, terry.reedy
Date 2015-07-11.08:16:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436602585.6.0.406585637542.issue24595@psf.upfronthosting.co.za>
In-reply-to
Content
To me, this cries out for a public context manager ( believe there is a public one in test.support, or something), so one can write

with stdout(ob):
  print(stuff)

I am not sure, though, where the C.M.s should live.
History
Date User Action Args
2015-07-11 08:16:25terry.reedysetrecipients: + terry.reedy, r.david.murray, graphite
2015-07-11 08:16:25terry.reedysetmessageid: <1436602585.6.0.406585637542.issue24595@psf.upfronthosting.co.za>
2015-07-11 08:16:25terry.reedylinkissue24595 messages
2015-07-11 08:16:25terry.reedycreate