Message287442
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' |
|
Date |
User |
Action |
Args |
2017-02-09 17:58:02 | mhils | set | recipients:
+ mhils, loewis, georg.brandl, rhettinger, gregory.p.smith, jaraco, vstinner, giampaolo.rodola, eric.araujo, brian.curtin, Steven.Hayter, BreamoreBoy, berker.peksag |
2017-02-09 17:58:02 | mhils | set | messageid: <1486663082.73.0.058716399414.issue6926@psf.upfronthosting.co.za> |
2017-02-09 17:58:02 | mhils | link | issue6926 messages |
2017-02-09 17:58:02 | mhils | create | |
|