Add rejected "globals.foo" proposal.

This commit is contained in:
Steven Bethard 2006-07-02 20:33:26 +00:00
parent 0aeda9de6a
commit d6a1625b00
1 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,12 @@ Core language
list. Do ``from __future__ import braces`` to get a definitive list. Do ``from __future__ import braces`` to get a definitive
answer on this subject. answer on this subject.
* Referencing the global name ``foo`` will not be spelled ``globals.foo``.
Thread: "replace globals() and global statement with global builtin
object",
http://mail.python.org/pipermail/python-3000/2006-July/002485.html
Builtins Builtins
======== ========