Make ellipsis a legal expression in places other than in slices.
This commit is contained in:
parent
aeea16c9ef
commit
b363977eb7
|
@ -92,6 +92,7 @@ Core language
|
||||||
* __builtins__ should get a different name *or* completely unified
|
* __builtins__ should get a different name *or* completely unified
|
||||||
with __builtin__. Keeping both with confusingly similar spellings
|
with __builtin__. Keeping both with confusingly similar spellings
|
||||||
and semantics is evil.
|
and semantics is evil.
|
||||||
|
* Make ellipsis (``...``) a legal expression outside of slices [25]_
|
||||||
|
|
||||||
To be removed:
|
To be removed:
|
||||||
|
|
||||||
|
@ -288,6 +289,9 @@ References
|
||||||
.. [24] python-3000 email
|
.. [24] python-3000 email
|
||||||
http://mail.python.org/pipermail/python-3000/2006-April/000996.html
|
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)
|
.. [#pep238] PEP 238 (Changing the Division Operator)
|
||||||
http://www.python.org/dev/peps/pep-0238
|
http://www.python.org/dev/peps/pep-0238
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue