From: Ezio Melotti Date: Tue, 23 Mar 2010 00:25:19 +0000 (+0000) Subject: Remove link to objects.rst (gone in r79179). X-Git-Tag: v2.7b1~242 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88b6f8bada738cafcf317a63f2ef432db213ad8b;p=thirdparty%2FPython%2Fcpython.git Remove link to objects.rst (gone in r79179). --- diff --git a/Doc/library/__builtin__.rst b/Doc/library/__builtin__.rst index 5c89c0c67db5..ec189b6c9fb6 100644 --- a/Doc/library/__builtin__.rst +++ b/Doc/library/__builtin__.rst @@ -8,7 +8,7 @@ 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`. 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,