Patches item #1550786, was opened at 2006-09-01 18:15
Message generated for change (Comment added) made by gvanrossum
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1550786&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core (C code)
Group: Python 3000
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Georg Brandl (gbrandl)
>Assigned to: Georg Brandl (gbrandl)
Summary: Ellipsis literal "..."

Initial Comment:
This patch makes ... a generally usable expression, as
described in PEP 3100.

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2006-09-06 02:46

Message:
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.)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1550786&group_id=5470
_______________________________________________
Patches mailing list
Patches@python.org
http://mail.python.org/mailman/listinfo/patches

Reply via email to