Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

IPPROTO_TCP/UDP/RAW/ICMP are already there. AFAICT the only useful one here is 
IPPROTO_IPV6, because it's needed for enabling dual-stack. I don't think 
IPPROTO_IPV4 is a must (e.g. it's not available on Linux). Same for 
IPPROTO_ICMPV6. The only reason we may decide to backport one of these is 
because they are not officially documented (see issue27409). That gives us some 
flexibility but potentially it may do more harm than good because an app 
running on 3.7.3 would break on 3.7.2. Note: the original ticket (issue6926) is 
from 2009, meaning that whoever wanted these missing constants on Windows 
already hard-coded them in their Python code long ago.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29515>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to