<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 4, 2013 at 8:22 PM, Tim Delaney <span dir="ltr"><<a href="mailto:timothy.c.delaney@gmail.com" target="_blank">timothy.c.delaney@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="im">On 5 May 2013 13:11, Tim Delaney <span dir="ltr"><<a href="mailto:timothy.c.delaney@gmail.com" target="_blank">timothy.c.delaney@gmail.com</a>></span> wrote:<br>

</div><div class="gmail_extra"><div class="gmail_quote"><div class="im">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span style="color:rgb(34,34,34)">@@ -142,6 +152,7 @@</span><br></div><div class="gmail_extra">
<div class="gmail_quote"><div><div><div>                 if obj_type in (object, Enum):</div>
<div>                     enum_item = object.__new__(enum_class)</div><div>                 else:</div><div>+                    value = obj_type.__new__(obj_type, value)</div><div>                     enum_item = obj_type.__new__(enum_class, value)</div>



<div>                 enum_item._value = value</div><div>                 enum_item._name = e</div></div></div></div></div></div></blockquote><div><br></div></div><div>Bugger - this is wrong (it didn't feel right to me) - I'm sure it's only working for me by accident. Need to think of something better.</div>

<span class="HOEnZb"><font color="#888888">
<div><br></div><div>Tim Delaney <br><br></div></font></span></div></div></div></blockquote><div>Could you please split this off to a separate thread? I'd like to keep this one for raising issues with the actual contents of the PEP and discussing whether this version is good enough for pronouncement.<br>

<br></div><div>Thanks,<br>Eli<br> <br></div></div><br></div></div>