New submission from Xavier Morel <xavier.mo...@masklinn.net>:

In Python 3, "..." became useable as a normal expression, and translates into 
an ellipsis instance.

Unicode defines an ellipsis character "…" (U+2026 HORIZONTAL ELLIPSIS) which is 
canonically equivalent to a 3-sequence of FULL STOP [U+002E U+002E U+002E]

I think it would be nice if Python supported "…" as an alternative to "..."

----------
components: Interpreter Core, Unicode
messages: 135771
nosy: xmorel
priority: normal
severity: normal
status: open
title: "…" (HORIZONTAL ELLIPSIS) should be an alternative syntax for "..." 
(FULL STOP FULL STOP FULL STOP)
type: feature request
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12056>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to