From: Benjamin Peterson Date: Fri, 19 Feb 2010 00:58:13 +0000 (+0000) Subject: add a link to sys.std* in io docs X-Git-Tag: v3.2a1~1682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc12e1b651ad5b96beaac1bedda38121f04d61cc;p=python add a link to sys.std* in io docs --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 90573bd54e..2684b27245 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -41,6 +41,11 @@ stream for text. Argument names are not part of the specification, and only the arguments of :func:`.open` are intended to be used as keyword arguments. +.. seealso:: + :mod:`sys` + Contains the standard IO streams: :data:`sys.stdin`, :data:`sys.stdout`, + and :data:`sys.stderr`. + Module Interface ----------------