docs/library: Add CPython docs xref to each pertinent module.

Cross-reference text/link is implemented as RST substitution, so easy to
consistently.
This commit is contained in:
Paul Sokolovsky
2017-07-02 15:37:31 +03:00
parent ebce7984c6
commit 465d84b7e7
21 changed files with 53 additions and 8 deletions

View File

@@ -4,6 +4,8 @@
.. module:: uio
:synopsis: input/output streams
|see_cpython_module| :mod:`python:io`.
This module contains additional types of stream (file-like) objects
and helper functions.