diff --git a/pep-3099.txt b/pep-3099.txt index 7f8cf6c74..e35e23e95 100644 --- a/pep-3099.txt +++ b/pep-3099.txt @@ -110,6 +110,12 @@ Core language list. Do ``from __future__ import braces`` to get a definitive 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 ========