[Python-Dev] backported Enum
Ethan Furman
ethan at stoneleaf.us
Sat Jun 15 23:43:36 CEST 2013
More information about the Python-Dev mailing list
Sat Jun 15 23:43:36 CEST 2013
- Previous message: [Python-Dev] backported Enum
- Next message: [Python-Dev] backported Enum
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 06/15/2013 01:53 PM, Antoine Pitrou wrote: > On Sat, 15 Jun 2013 12:46:32 -0700 > Ethan Furman <ethan at stoneleaf.us> wrote: >> So I have the stdlb 3.4 Enum backported for both earlier 3.x and back to 2.4 in the 2.x series. >> >> I would like to put this on PyPI, but the `enum` name is already taken. >> >> Would it be inappropriate to call it `stdlib.enum`? > > `backport.enum`? Some other well-meaning soul has already claimed that name, but that one only covers 2.6 and 2.7. -- ~Ethan~
- Previous message: [Python-Dev] backported Enum
- Next message: [Python-Dev] backported Enum
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list