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.06:00:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I don't see an issue with treating EAGAIN as EWOULDBLOCK.  In the cases where EAGAIN != EWOULDBLOCK (in terms of constant value), treating them the same would be the right thing.  In the case where the values were the same, nothing would change.
History
Date User Action Args
2007-08-23 14:00:23adminlinkissue539444 messages
2007-08-23 14:00:23admincreate