<br><br><div class="gmail_quote">2013/2/12 Stefan Krah <span dir="ltr"><<a href="mailto:stefan@bytereef.org" target="_blank">stefan@bytereef.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Guido van Rossum <<a href="mailto:guido@python.org">guido@python.org</a>> wrote:<br>
</div><div class="im">> Please. Anything *except*<br>
><br>
> class Color(Enum):<br>
>   RED, BLUE, GREEN<br>
><br>
> And not this eiter:<br>
><br>
> class Color(Enum):<br>
>   RED<br>
>   BLUE<br>
>   GREEN<br>
<br>
</div>Is a new enum keyword still a possibility? To me that seems to be the<br>
cleanest way.</blockquote><div><br></div><div>I was just thinking the same. We don't like to have more syntax than necessary, but we should also not introduce too much magic...</div><div><br></div><div><br></div><div>
<br></div></div>