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 serhiy.storchaka
Recipients dmi.baranov, docs@python, eli.bendersky, fdrake, serhiy.storchaka
Date 2013-05-28.12:12:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369743152.31.0.793357457987.issue17987@psf.upfronthosting.co.za>
In-reply-to
Content
I think it will be better to describe all three functions together (as sys.stdin/stdout/stderr).

.. function:: captured_stdin()
              captured_stdout()
              captured_stderr()

... description ...

   Example use::

      ... example for captured_stdin() ...

      ... example for captured_stdout() ...
History
Date User Action Args
2013-05-28 12:12:32serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, eli.bendersky, docs@python, dmi.baranov
2013-05-28 12:12:32serhiy.storchakasetmessageid: <1369743152.31.0.793357457987.issue17987@psf.upfronthosting.co.za>
2013-05-28 12:12:32serhiy.storchakalinkissue17987 messages
2013-05-28 12:12:32serhiy.storchakacreate