[Python-ideas] constant/enum type in stdlib

Serhiy Storchaka storchaka at gmail.com
Fri Feb 1 10:27:16 CET 2013


I think that instead of the invention of implementation which covers all 
possible hypothetic scenarios, much more useful for the enums promotion 
would be if someone were to transform the existing constants in stdlib 
into enums with a minimum of the necessary capabilities.  This will show 
which features are the most important, which interface is more 
convenient from user's point of view, and what difficulties have to be 
faced.




More information about the Python-ideas mailing list