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 vstinner
Recipients John Isidore, barry, berker.peksag, ncoghlan, rhettinger, vstinner, yselivanov
Date 2014-10-09.08:41:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412844079.55.0.731234054392.issue22389@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2014-10-09 08:41:19vstinnersetrecipients: + vstinner, barry, rhettinger, ncoghlan, berker.peksag, yselivanov, John Isidore
2014-10-09 08:41:19vstinnersetmessageid: <1412844079.55.0.731234054392.issue22389@psf.upfronthosting.co.za>
2014-10-09 08:41:19vstinnerlinkissue22389 messages
2014-10-09 08:41:19vstinnercreate