This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients christian.heimes, ethan.furman, larry, python-dev, serhiy.storchaka
Date 2016-09-11.22:05:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473631505.34.0.676543228047.issue28083@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have enough socket experience to know which constants should go into what groups and what those groups should be called.  So far my involvement has been to switch other's patches to use Enum._convert instead of "globals().update(Enum.__members__)".  (This last patch was from Serhiy.)

I am not opposed, though.  ;)

If Larry is okay with adding those during beta 1 I can work on it, but there's no way I could get it done before tomorrow.
History
Date User Action Args
2016-09-11 22:05:05ethan.furmansetrecipients: + ethan.furman, larry, christian.heimes, python-dev, serhiy.storchaka
2016-09-11 22:05:05ethan.furmansetmessageid: <1473631505.34.0.676543228047.issue28083@psf.upfronthosting.co.za>
2016-09-11 22:05:05ethan.furmanlinkissue28083 messages
2016-09-11 22:05:05ethan.furmancreate