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 josiahcarlson
Recipients
Date 2007-01-07.21:35:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I seem to have misread it as being for send.

Presumably they would want to handle EAGAIN/EWOULDBLOCK in recv, though the semantic of returning an empty string when it was polled as being readable, is generally seen as a condition to close the socket.  I'm leaning towards closing as invalid, as "fixing" the behavior would result in the semantics of recv being ambiguous.
History
Date User Action Args
2007-08-23 14:00:23adminlinkissue539444 messages
2007-08-23 14:00:23admincreate