mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
add a link to sys.std* in io docs
This commit is contained in:
parent
3afc62e54f
commit
cc12e1b651
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,11 @@ stream for text.
|
||||||
Argument names are not part of the specification, and only the arguments of
|
Argument names are not part of the specification, and only the arguments of
|
||||||
:func:`.open` are intended to be used as keyword arguments.
|
: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
|
Module Interface
|
||||||
----------------
|
----------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue