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

georg.brandl python-checkins at python.org
Fri Jul 7 09:50:40 CEST 2006


Author: georg.brandl
Date: Fri Jul  7 09:50:39 2006
New Revision: 47288

Modified:
   peps/trunk/pep-3099.txt
Log:
Add "global" decision.



Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Fri Jul  7 09:50:39 2006
@@ -111,10 +111,13 @@
    answer on this subject.
 
 * Referencing the global name ``foo`` will not be spelled ``globals.foo``.
+  The ``global`` statement will stay.
 
-   Thread: "replace globals() and global statement with global builtin
+   Threads: "replace globals() and global statement with global builtin
    object",
-   http://mail.python.org/pipermail/python-3000/2006-July/002485.html
+   http://mail.python.org/pipermail/python-3000/2006-July/002485.html,
+   "Explicit Lexical Scoping (pre-PEP?)",
+   http://mail.python.org/pipermail/python-dev/2006-July/067111.html
 
 * There will be no alternative binding operators such as ``:=``.
 


More information about the Python-checkins mailing list