This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients barry, eli.bendersky, ethan.furman
Date 2013-09-04.20:18:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378325917.86.0.199419869209.issue18924@psf.upfronthosting.co.za>
In-reply-to
Content
Time for your friendly devil's advocate... We're using and loving this language:

>>> class Foo:
...   bar = 2
... 
>>> f = Foo()
>>> f.bar
2
>>> f.bar = 42
>>> f.bar
42
>>> 


So let's stop trying to make enums even more alien. This is a non-issue in Python.

[Barry, how come your name in the tracker is linked to your website? me wants...]
History
Date User Action Args
2013-09-04 20:18:37eli.benderskysetrecipients: + eli.bendersky, barry, ethan.furman
2013-09-04 20:18:37eli.benderskysetmessageid: <1378325917.86.0.199419869209.issue18924@psf.upfronthosting.co.za>
2013-09-04 20:18:37eli.benderskylinkissue18924 messages
2013-09-04 20:18:37eli.benderskycreate