diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-23 00:32:49 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-23 00:32:49 (GMT) |
commit | b1493b8eddf754124fe29415a8feb7fedf5fe47e (patch) | |
tree | 4fd41657114a7c54692487396e2d6980854357fb /Doc/library/builtins.rst | |
parent | 39b3543174b53f907e629df830b192aa77455740 (diff) | |
download | cpython-b1493b8eddf754124fe29415a8feb7fedf5fe47e.zip cpython-b1493b8eddf754124fe29415a8feb7fedf5fe47e.tar.gz cpython-b1493b8eddf754124fe29415a8feb7fedf5fe47e.tar.bz2 |
Merged revisions 79316 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79316 | ezio.melotti | 2010-03-23 02:25:19 +0200 (Tue, 23 Mar 2010) | 1 line
Remove link to objects.rst (gone in r79179).
........
Diffstat (limited to 'Doc/library/builtins.rst')
-rw-r--r-- | Doc/library/builtins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/builtins.rst b/Doc/library/builtins.rst index 217b161..9341e98 100644 --- a/Doc/library/builtins.rst +++ b/Doc/library/builtins.rst @@ -7,7 +7,7 @@ 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 -:func:`open`. See chapter :ref:`builtin`. +:func:`open`. 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, |