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 giampaolo.rodola
Recipients giampaolo.rodola
Date 2014-04-22.11:55:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398167707.44.0.251945553674.issue21327@psf.upfronthosting.co.za>
In-reply-to
Content
>>> s = socket.socket()
>>> s.type
<SocketType.SOCK_STREAM: 1>
>>> s.settimeout(2)
>>> s.type
2049
>>> 

I can reproduce this with Python 3.5, 3.4 and 3.3.
2.7 is not affected.
History
Date User Action Args
2014-04-22 11:55:07giampaolo.rodolasetrecipients: + giampaolo.rodola
2014-04-22 11:55:07giampaolo.rodolasetmessageid: <1398167707.44.0.251945553674.issue21327@psf.upfronthosting.co.za>
2014-04-22 11:55:07giampaolo.rodolalinkissue21327 messages
2014-04-22 11:55:07giampaolo.rodolacreate