[docs] [issue17987] test.support.captured_stderr, captured_stdin not documented

Serhiy Storchaka report at bugs.python.org
Tue May 28 14:12:32 CEST 2013


Serhiy Storchaka added the comment:

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() ...

----------

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


More information about the docs mailing list