[Python-checkins] r45577 - peps/trunk/pep-3100.txt
thomas.wouters
python-checkins at python.org
Thu Apr 20 11:43:01 CEST 2006
Author: thomas.wouters
Date: Thu Apr 20 11:43:01 2006
New Revision: 45577
Modified:
peps/trunk/pep-3100.txt
Log:
Fix dupe entry.
Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt (original)
+++ peps/trunk/pep-3100.txt Thu Apr 20 11:43:01 2006
@@ -92,7 +92,6 @@
* __builtins__ should get a different name *or* completely unified
with __builtin__. Keeping both with confusingly similar spellings
and semantics is evil.
-* Make ellipsis (``...``) a legal expression outside of slices [25]_
To be removed:
@@ -289,9 +288,6 @@
.. [24] python-3000 email
http://mail.python.org/pipermail/python-3000/2006-April/000996.html
-.. [25] python-3000 email ("Type Expressions")
- http://mail.python.org/pipermail/python-3000/2006-April/000996.html
-
.. [#pep238] PEP 238 (Changing the Division Operator)
http://www.python.org/dev/peps/pep-0238
More information about the Python-checkins
mailing list