Re: [Python-Dev] PEP 435 (Enums) is Accepted

2013-05-09 Thread Ethan Furman
On 05/09/2013 11:46 PM, Nick Coghlan wrote: As an added bonus, people trying to understand the details of metaclasses will now have a non-trivial standard library example to investigate Hmmm... __prepare__ really isn't doing very much at the moment... I could have it do more... maybe create so

Re: [Python-Dev] PEP 435 (Enums) is Accepted

2013-05-09 Thread Nick Coghlan
On Fri, May 10, 2013 at 9:01 AM, Guido van Rossum wrote: > I have reviewed the latest version of PEP 435 and I see that it is > very good. I hereby declare PEP 435 as Accepted. Congratulations go to > Barry, Eli and Ethan for pulling it through one of the most thorough > reviewing and bikeshedding

Re: [Python-Dev] PEP 435 (Enums) is Accepted

2013-05-09 Thread Barry Warsaw
On May 09, 2013, at 04:01 PM, Guido van Rossum wrote: >I have reviewed the latest version of PEP 435 and I see that it is >very good. I hereby declare PEP 435 as Accepted. Congratulations go to >Barry, Eli and Ethan for pulling it through one of the most thorough >reviewing and bikeshedding proces

[Python-Dev] PEP 435 (Enums) is Accepted

2013-05-09 Thread Guido van Rossum
I have reviewed the latest version of PEP 435 and I see that it is very good. I hereby declare PEP 435 as Accepted. Congratulations go to Barry, Eli and Ethan for pulling it through one of the most thorough reviewing and bikeshedding processes any PEP has seen. Thanks to everyone else for the many