[issue6926] socket module missing IPPROTO_IPV6, IPPROTO_IPV4

Maximilian Hils report at bugs.python.org
Thu Feb 9 12:58:02 EST 2017


Maximilian Hils added the comment:

This still seems to be an issue with the offical Python 3.6 builds on Windows 10:

Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32
>>> import socket
>>> socket.IPPROTO_IPV6
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'socket' has no attribute 'IPPROTO_IPV6'

----------
nosy: +mhils

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6926>
_______________________________________


More information about the Python-bugs-list mailing list