STINNER Victor added the comment:

issue22389_v2.diff:

 .. function:: redirect_stdout(new_target)
+              redirect_stderr(new_target)

I would prefer to have two distinct entries in the documentation. The 
redirect_stderr() doc can be after redirect_stdout() and just say "Similar to 
redirect_stdout() but redirects sys.stderr".

----------

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

Reply via email to