Fix dupe entry.

This commit is contained in:
Thomas Wouters 2006-04-20 09:43:01 +00:00
parent b363977eb7
commit 45faac076f
1 changed files with 0 additions and 4 deletions

View File

@ -92,7 +92,6 @@ Core language
* __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 @@ References
.. [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