Ben Finney <[EMAIL PROTECTED]> writes: > By way of explanation, my earlier implementations of this didn't have > enumerations as sequences. Now that the design has converged more on a > sequence and container idiom, I agree with you.
say that Weekdays = enum('mon', 'tue', ...) What is the type of Weekdays.mon supposed to be? Do you anticipate having parameters like socket.AF_INET that are currently integers, become enumeration members in future releases? -- http://mail.python.org/mailman/listinfo/python-list