In article <[EMAIL PROTECTED]>,
 Steven Bethard <[EMAIL PROTECTED]> wrote:

> > Yeah, except I actually left out one thing:  I also want type(v)==e1.
> 
> Why?  In Python usually you rely on duck-typing and not explicit type 
> checks.  What is it that you're trying to gain by asserting type(v) == e1?

Clarity.  I want to be able to distinguish a member of an enumeration 
from a string or an integer for the same reason one would want to 
distinguish 123 from "123".

rg
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to