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 thatiparthy
Recipients skn78, thatiparthy
Date 2017-12-21.09:56:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513850174.37.0.213398074469.issue32394@psf.upfronthosting.co.za>
In-reply-to
Content
dtdev@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.
History
Date User Action Args
2017-12-21 09:56:14thatiparthysetrecipients: + thatiparthy, skn78
2017-12-21 09:56:14thatiparthysetmessageid: <1513850174.37.0.213398074469.issue32394@psf.upfronthosting.co.za>
2017-12-21 09:56:14thatiparthylinkissue32394 messages
2017-12-21 09:56:14thatiparthycreate