[issue32394] socket lib beahavior change in 3.6.4

Srinivas Reddy T report at bugs.python.org
Thu Dec 21 04:56:14 EST 2017


Srinivas  Reddy T <thatiparthysreenivas at gmail.com> added the comment:

dtdev at dtdev-centos $ python3
Python 3.6.3 (default, Oct 11 2017, 18:17:01) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-18)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
>>> hasattr(socket, 'TCP_KEEPCNT')
True
>>> 

I have linux system. Above is the output i got.

----------
nosy: +thatiparthy

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32394>
_______________________________________


More information about the Python-bugs-list mailing list