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 BreamoreBoy, exarkun, giampaolo.rodola, lekma, nvetoshkin, pitrou, r.david.murray
Date 2014-04-22.12:28:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398169689.46.0.74103570274.issue21327@psf.upfronthosting.co.za>
In-reply-to
Content
Generally speaking I think it's fine to have this behavior only if the socket object is instantiated like this:

>>> s = socket.socket(type=socket.SOCK_STREAM | socket.SOCK_NONBLOCK)
>>> s.type
2049

...but when it comes to using settimeout() I would not expect that to happen (it's not cross platform).
Sounds reasonable?
History
Date User Action Args
2014-04-22 12:28:09giampaolo.rodolasetrecipients: + giampaolo.rodola, exarkun, pitrou, r.david.murray, lekma, nvetoshkin, BreamoreBoy
2014-04-22 12:28:09giampaolo.rodolasetmessageid: <1398169689.46.0.74103570274.issue21327@psf.upfronthosting.co.za>
2014-04-22 12:28:09giampaolo.rodolalinkissue21327 messages
2014-04-22 12:28:09giampaolo.rodolacreate