On Sunday, September 22, 2013, Zero Piraeus  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I may be misunderstanding the use case given in the issue, but it seems<br>
to me that having to use<br>
<br>
    Color.red.__class__.blue<br>
<br>
(what is being complained about in the issue), while not exactly pretty,<br>
makes a lot more semantic sense than<br>
<br>
    Color.red.blue<br>
<br>
... which is just bizarre.</blockquote><div><br></div><div>Right.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Enum members aren't class attributes, even if the way they're defined<br>
makes them look as though they are. Allowing this is just asking for<br>
more confusion on the part of anyone using them IMHO.<br>
</blockquote><div><br></div><div>Depends on how you define "class sttribute". </div><div><br></div><div>--Guido </div><br><br>-- <br>--Guido van Rossum (on iPad)<br>