Make ellipsis a legal expression in places other than in slices.

This commit is contained in:
Brett Cannon 2006-04-19 22:38:33 +00:00
parent aeea16c9ef
commit b363977eb7
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,7 @@ 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:
@ -288,6 +289,9 @@ 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