mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Remove parenthetical remark that is confusing now that the module is not named "__builtin__" anymore.
This commit is contained in:
parent
f51a6c7d74
commit
62f52c484d
1 changed files with 5 additions and 6 deletions
|
|
@ -32,9 +32,8 @@ that wants to implement an :func:`open` function that wraps the built-in
|
||||||
|
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
As an implementation detail, most modules have the name ``__builtins__`` (note
|
As an implementation detail, most modules have the name ``__builtins__`` made
|
||||||
the ``'s'``) made available as part of their globals. The value of
|
available as part of their globals. The value of ``__builtins__`` is normally
|
||||||
``__builtins__`` is normally either this module or the value of this modules's
|
either this module or the value of this modules's :attr:`__dict__` attribute.
|
||||||
:attr:`__dict__` attribute. Since this is an implementation detail, it may not
|
Since this is an implementation detail, it may not be used by alternate
|
||||||
be used by alternate implementations of Python.
|
implementations of Python.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue