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 serhiy.storchaka
Recipients barry, eli.bendersky, ethan.furman, serhiy.storchaka
Date 2016-03-09.20:15:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457554557.06.0.0633255303128.issue26521@psf.upfronthosting.co.za>
In-reply-to
Content
To me, the essential property of enums in other languages is that there is known limited set of possible values. If this set is dynamically extended, this is not enum.
History
Date User Action Args
2016-03-09 20:15:57serhiy.storchakasetrecipients: + serhiy.storchaka, barry, eli.bendersky, ethan.furman
2016-03-09 20:15:57serhiy.storchakasetmessageid: <1457554557.06.0.0633255303128.issue26521@psf.upfronthosting.co.za>
2016-03-09 20:15:57serhiy.storchakalinkissue26521 messages
2016-03-09 20:15:56serhiy.storchakacreate