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 eli.bendersky
Recipients barry, christian.heimes, eli.bendersky, ethan.furman, gvanrossum, ncoghlan, neologix, pitrou, serhiy.storchaka
Date 2013-08-30.13:55:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377870942.88.0.889170323179.issue18720@psf.upfronthosting.co.za>
In-reply-to
Content
[Thanks, Guido]

Attaching patch with SOCK_* constants converted as well. The module globals are currently walked twice, once to extract AF_* and once SOCK_*. This is not a real performance problem, but should we fold it into a single loop that collects two dicts? The code will be less pretty but more efficient.

Another issue is _intenum_converter. Ethan - do you think it belongs in the enum module as a helper function or something of the sort?
History
Date User Action Args
2013-08-30 13:55:43eli.benderskysetrecipients: + eli.bendersky, gvanrossum, barry, ncoghlan, pitrou, christian.heimes, neologix, ethan.furman, serhiy.storchaka
2013-08-30 13:55:42eli.benderskysetmessageid: <1377870942.88.0.889170323179.issue18720@psf.upfronthosting.co.za>
2013-08-30 13:55:42eli.benderskylinkissue18720 messages
2013-08-30 13:55:42eli.benderskycreate