]> granicus.if.org Git - python/commitdiff
add a link to sys.std* in io docs
authorBenjamin Peterson <benjamin@python.org>
Fri, 19 Feb 2010 00:58:13 +0000 (00:58 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 19 Feb 2010 00:58:13 +0000 (00:58 +0000)
Doc/library/io.rst

index 90573bd54e8fde8aa21b1097bdfa45fc884649e8..2684b27245afe207e7e2871798091efcf7d8a88a 100644 (file)
@@ -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
 ----------------