[Python-checkins] r79319 - in python/branches/py3k: Doc/library/builtins.rst
ezio.melotti
python-checkins at python.org
Tue Mar 23 01:32:49 CET 2010
Author: ezio.melotti
Date: Tue Mar 23 01:32:49 2010
New Revision: 79319
Log:
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).
........
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Doc/library/builtins.rst
Modified: python/branches/py3k/Doc/library/builtins.rst
==============================================================================
--- python/branches/py3k/Doc/library/builtins.rst (original)
+++ python/branches/py3k/Doc/library/builtins.rst Tue Mar 23 01:32:49 2010
@@ -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,
More information about the Python-checkins
mailing list