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 raulcd
Recipients exarkun, giampaolo.rodola, lekma, neologix, nvetoshkin, pitrou, r.david.murray, raulcd, vstinner
Date 2015-04-14.16:36:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429029395.21.0.485174597346.issue21327@psf.upfronthosting.co.za>
In-reply-to
Content
Forget my previous comment. Done with Linux and had the initial behavior again:
>>> s = socket.socket()
>>> s.type
<SocketType.SOCK_STREAM: 1>
>>> s.settimeout(2)
>>> s.type
2049
History
Date User Action Args
2015-04-14 16:36:35raulcdsetrecipients: + raulcd, exarkun, pitrou, vstinner, giampaolo.rodola, r.david.murray, lekma, nvetoshkin, neologix
2015-04-14 16:36:35raulcdsetmessageid: <1429029395.21.0.485174597346.issue21327@psf.upfronthosting.co.za>
2015-04-14 16:36:35raulcdlinkissue21327 messages
2015-04-14 16:36:35raulcdcreate