Raymond Hettinger <[EMAIL PROTECTED]> added the comment:

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).

----------
resolution: accepted -> rejected

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2502>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to