This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xmorel
Recipients xmorel
Date 2011-05-11.12:29:22
SpamBayes Score 0.001157259
Marked as misclassified No
Message-id <1305116963.2.0.886557706655.issue12056@psf.upfronthosting.co.za>
In-reply-to
Content
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 "..."
History
Date User Action Args
2011-05-11 12:29:23xmorelsetrecipients: + xmorel
2011-05-11 12:29:23xmorelsetmessageid: <1305116963.2.0.886557706655.issue12056@psf.upfronthosting.co.za>
2011-05-11 12:29:22xmorellinkissue12056 messages
2011-05-11 12:29:22xmorelcreate