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 pitrou
Recipients kristjan.jonsson, pitrou
Date 2011-03-30.13:08:49
SpamBayes Score 9.1093824e-07
Marked as misclassified No
Message-id <1301490532.49.0.765306088977.issue11721@psf.upfronthosting.co.za>
In-reply-to
Content
> The corresponding defect has a long (and bothersome) discussion.  I am, 
> however, surprised that this was not considered a "bug" and backported.

I think Martin's argument was that it could break compatibility.

> I can agree with the fix (my number 1 suggestion) but I would have
> liked to see it done in socketmodule.c where the timeout semantics are 
> all defined, rather than as a cludgy special case in socket.py

There's definitely a reason for doing it in socket.py rather than socketmodule.c, although I don't remember which one.
History
Date User Action Args
2011-03-30 13:08:52pitrousetrecipients: + pitrou, kristjan.jonsson
2011-03-30 13:08:52pitrousetmessageid: <1301490532.49.0.765306088977.issue11721@psf.upfronthosting.co.za>
2011-03-30 13:08:49pitroulinkissue11721 messages
2011-03-30 13:08:49pitroucreate