Add rejected "globals.foo" proposal.
This commit is contained in:
parent
0aeda9de6a
commit
d6a1625b00
|
@ -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
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue