Guido van Rossum wrote:
> On 6/19/06, Raymond Hettinger <[EMAIL PROTECTED]> wrote:
>> > I say, let someone give a complete implementation a try, and then try
>> > to modify as much standard library code as possible to use it. Then
>> > report back. That would be a very interesting experiment to do. (And
>> > thanks for the pointer to sre_compile.py as a use case!)
>>
>> Hmm, it could be time for the Georg bot to graduate to big game.
>> Georg, are you up to it?

I feel I am, and I'll have enough time until 2.6 anyway.
However, I first want to know that the syntax and semantics have been
properly discussed and fixed.

One thing I like to propose which could resolve the ambiguity of
"case 1,2,3:" is:

switch x:
   case (1, 2, 3):
      # if x is the tuple (1,2,3)
   case in 1, 2, 3:
      # if x is 1, 2 or 3

> Georg is a bot? :-)

Yes, I was initiated in Reykjavik ;)

Georg

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to