Add links from builtins module docs to built-in functions and constants docs

This commit is contained in:
Éric Araujo 2011-06-08 04:53:20 +02:00
parent b805c47138
commit 96deb7550e
2 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,9 @@
This module provides direct access to all 'built-in' identifiers of Python; for This module provides direct access to all 'built-in' identifiers of Python; for
example, ``builtins.open`` is the full name for the built-in function example, ``builtins.open`` is the full name for the built-in function
:func:`open`. :func:`open`. See :ref:`built-in-funcs` and :ref:`built-in-consts` for
documentation.
This module is not normally accessed explicitly by most applications, but can be This module is not normally accessed explicitly by most applications, but can be
useful in modules that provide objects with the same name as a built-in value, useful in modules that provide objects with the same name as a built-in value,

View File

@ -1,3 +1,5 @@
.. _built-in-consts:
Built-in Constants Built-in Constants
================== ==================