[Python-checkins] r47200 - peps/trunk/pep-3099.txt

steven.bethard python-checkins at python.org
Sun Jul 2 22:33:27 CEST 2006


Author: steven.bethard
Date: Sun Jul  2 22:33:26 2006
New Revision: 47200

Modified:
   peps/trunk/pep-3099.txt
Log:
Add rejected "globals.foo" proposal.

Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Sun Jul  2 22:33:26 2006
@@ -110,6 +110,12 @@
    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
 ========


More information about the Python-checkins mailing list