[Python-Dev] backported Enum (original) (raw)
Donald Stufft donald at stufft.io
Sun Jun 16 03:50:37 CEST 2013
- Previous message: [Python-Dev] backported Enum
- Next message: [Python-Dev] backported Enum
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jun 15, 2013, at 5:43 PM, Ethan Furman <ethan at stoneleaf.us> wrote:
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 itstdlib.enum
?backport.enum
? Some other well-meaning soul has already claimed that name, but that one only covers 2.6 and 2.7. --Ethan
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/donald%40stufft.io
I claimed backport.enum, but you're welcome to the name. I was going to try and backport this PEP under that name anyways.
Donald Stufft PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20130615/aff652fa/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://mail.python.org/pipermail/python-dev/attachments/20130615/aff652fa/attachment.pgp>
- Previous message: [Python-Dev] backported Enum
- Next message: [Python-Dev] backported Enum
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]