[Python-Dev] PEP-435 reference implementation

Ethan Furman ethan at stoneleaf.us
Wed May 1 15:16:47 CEST 2013


On 05/01/2013 12:05 AM, Steven D'Aprano wrote:
> On Tue, Apr 30, 2013 at 09:19:49PM -0700, Ethan Furman wrote:
>> Latest code available at https://bitbucket.org/stoneleaf/aenum.
>
> Ethan, you seem to be writing a completely new PEP in opposition to
> Barry's PEP 435. But your implementation doesn't seem to match what your
> proto-PEP claims.

aenum.py was my original competitor for enums; the files you should be paying attention to are the *ref435* files, as 
stated in the original post. (The stars are for pattern matching, not bolding.)

Apologies for any confusion.

--
~Ethan~


More information about the Python-Dev mailing list