[Python-checkins] r54317 - peps/trunk/pep-3100.txt
neal.norwitz
python-checkins at python.org
Tue Mar 13 05:20:04 CET 2007
Author: neal.norwitz
Date: Tue Mar 13 05:19:57 2007
New Revision: 54317
Modified:
peps/trunk/pep-3100.txt
Log:
Add pointer to thread about how to resolve the dueling builtins.
Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt (original)
+++ peps/trunk/pep-3100.txt Tue Mar 13 05:19:57 2007
@@ -101,7 +101,7 @@
start with init.
* __builtins__ should get a different name *or* completely unified
with __builtin__. Keeping both with confusingly similar spellings
- and semantics is evil.
+ and semantics is evil. [#__builtin__]_
* Attributes on functions of the form ``func_whatever`` will be renamed
``__whatever__`` [17]_ [done]
* Set literals and comprehensions [19]_ [20]_ [done]
@@ -384,6 +384,8 @@
.. [#pep3110] PEP 3110 (Catching Exceptions in Python 3000)
http://www.python.org/dev/peps/pep-3110/#semantic-changes
+.. [#__builtin__] Approach to resolving __builtin__ vs __builtins__
+ http://mail.python.org/pipermail/python-3000/2007-March/006161.html
Copyright
=========
More information about the Python-checkins
mailing list