[Python-Dev] '*' instead of 'yield'?
Tim Peters
tim.one@home.com
Sun, 5 Aug 2001 20:55:16 -0400
[Guido]
> Of all the syntactic changes proposed on the newsgroup, by my estimate
> less than 0.1% ever makes it into the language.
Heh: that shows how little you still read the newsgroup <0.9 wink>. Note
that PEP 255 recorded all of these variants suggested for "yield":
return 3 and continue
return and continue 3
return generating 3
continue return 3
return >> , 3
from generator return 3
return >> 3
return << 3
>> 3
<< 3
I suppose I should add
* 3
to the list now.
if-you-accepted-0.1%-of-syntax-suggestions-it-would-have-stopped-
looking-like-python-in-'94-ly y'rs - tim