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.

classification
Title: Ellipsis literal "..."
Type: Stage:
Components: Interpreter Core Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, gvanrossum
Priority: normal Keywords: patch

Created on 2006-09-01 22:15 by georg.brandl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ellipsis-literal.diff georg.brandl, 2006-09-01 22:15 #1
Messages (3)
msg51055 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-09-01 22:15
This patch makes ... a generally usable expression, as
described in PEP 3100.
msg51056 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2006-09-06 06:46
Logged In: YES 
user_id=6380

Also cool.  Please check this in yourself, and close.

(Later, I think '...' ought to be a single token recognized
by the lexer; that prevents abominations like ". .    ." --
but please check the current patch in first.)
msg51057 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-09-06 07:08
Logged In: YES 
user_id=849994

Checked in as rev. 51773.
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43925
2008-01-06 22:29:46adminsetkeywords: - py3k
versions: + Python 3.0
2006-09-01 22:15:30georg.brandlcreate