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 fdrake
Recipients dmi.baranov, docs@python, fdrake, serhiy.storchaka
Date 2013-05-29.12:32:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369830720.49.0.293425430539.issue17987@psf.upfronthosting.co.za>
In-reply-to
Content
From v5 of the patch:
+   A context managers that temporarily replaces the :data:`sys.stdin` /
+   :data:`sys.stdout` / :data:`sys.stderr` stream with :class:`io.StringIO`
+   object.

I'd go with singular nouns instead of trying to map across them with plurals:

  Context manager that temporarily replaces the named stream with an
  :class:`io.StringIO` object.
History
Date User Action Args
2013-05-29 12:32:00fdrakesetrecipients: + fdrake, docs@python, serhiy.storchaka, dmi.baranov
2013-05-29 12:32:00fdrakesetmessageid: <1369830720.49.0.293425430539.issue17987@psf.upfronthosting.co.za>
2013-05-29 12:32:00fdrakelinkissue17987 messages
2013-05-29 12:32:00fdrakecreate