]> granicus.if.org Git - python/commit
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Jul 2014 17:15:00 +0000 (19:15 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Jul 2014 17:15:00 +0000 (19:15 +0200)
commitfe9ebe4f4ff848cda1d4a5e398354b3be3fb984e
tree60aa28381ed704f4842db1c365cea223acbb0a1b
parent186f66540dfcce1abec59d87d24e944c7987a53c
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY,
EINPROGRESS, or EWOULDBLOCK. Initial patch written by Xavier de Gaye.
Doc/library/asyncore.rst
Lib/asynchat.py
Lib/test/test_asynchat.py
Misc/NEWS