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 rhettinger
Recipients amaury.forgeotdarc, calvin, georg.brandl, rhettinger
Date 2008-03-29.09:58:02
SpamBayes Score 0.2454084
Marked as misclassified No
Message-id <1206784683.65.0.733745003333.issue2502@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for asking. This should not go into the collections module.

The concept makes more sense in statically compiled languages.  In 
Python, we typically write something like "RED, ORANGE, YELLOW = range
(3)" at the module level.  That is faster and still allows prefixing 
using the module name (for example, re.MULTILINE).
History
Date User Action Args
2008-03-29 09:58:03rhettingersetspambayes_score: 0.245408 -> 0.2454084
recipients: + rhettinger, georg.brandl, calvin, amaury.forgeotdarc
2008-03-29 09:58:03rhettingersetspambayes_score: 0.245408 -> 0.245408
messageid: <1206784683.65.0.733745003333.issue2502@psf.upfronthosting.co.za>
2008-03-29 09:58:02rhettingerlinkissue2502 messages
2008-03-29 09:58:02rhettingercreate