commit | cc12e1b651ad5b96beaac1bedda38121f04d61cc | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Feb 19 00:58:13 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Feb 19 00:58:13 2010 +0000 |
tree | 5a961d782243ec281a8b774bfd4ce20af2a64fc6 | |
parent | 3afc62e54f7081e81b365fe67f20bec6bf96cae8 [diff] [blame] |
add a link to sys.std* in io docs
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 90573bd..2684b27 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst
@@ -41,6 +41,11 @@ 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 ----------------