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 ncoghlan
Recipients alex, dilettant, eric.smith, ethan.furman, gvanrossum, ncoghlan, pitrou
Date 2013-05-12.23:21:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7f4uGWUDYssghZRQh0rThNkDEU55wBcY4ecx12WrKuUNA@mail.gmail.com>
In-reply-to <1368375241.33.0.544824948289.issue17959@psf.upfronthosting.co.za>
Content
The difference is the use case: dicts are a general purpose data store,
enums are typically for defining mutually exclusive named values, with
aliasing as a concession to practical reality.
History
Date User Action Args
2013-05-12 23:21:49ncoghlansetrecipients: + ncoghlan, gvanrossum, pitrou, eric.smith, alex, ethan.furman, dilettant
2013-05-12 23:21:49ncoghlanlinkissue17959 messages
2013-05-12 23:21:49ncoghlancreate