mirror of
https://github.com/python/cpython.git
synced 2025-08-16 14:50:43 +00:00
Add links from builtins module docs to built-in functions and constants docs
This commit is contained in:
parent
8d2a6fd9a9
commit
ad84ea11c2
2 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
|
||||
This module provides direct access to all 'built-in' identifiers of Python; for
|
||||
example, ``__builtin__.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
|
||||
useful in modules that provide objects with the same name as a built-in value,
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _built-in-consts:
|
||||
|
||||
Built-in Constants
|
||||
==================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue