Re: [Python-Dev] PEP 435 -- Adding an Enum type to the Python standard library

2013年4月12日 07:46:19 -0700

On Apr 12, 2013, at 03:53 PM, Lele Gaifax wrote:
>Eli Bendersky <[email protected]> writes:
>
>> These enumeration values are not equal, nor do they and hence may exist
>> in the same set, or as distinct keys in the same dictionary::
>
>I'm not a native speaker and I found the above difficult to parse: is
>there anything missing between "nor do they" and "and hence may exist"?
Oops, yes. Good catch! I changed it to:
 Because ``Colors`` and ``OtherColors`` are unrelated enumerations, their
 values are not equal, and thus they may exist in the same set, or as
 distinct keys in the same dictionary::
-Barry
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to