commit | 45cff66cf63593695ff5324d3765d8a1a1125adf | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jul 24 18:49:36 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jul 24 18:49:36 2014 +0200 |
tree | 57bd2130c942c9735e0803de92defbccff384794 | |
parent | 992019c0061d62ccb5e0715675ddf3aa2d1b6478 [diff] |
Issue #16133: The asynchat.async_chat.handle_read() method now ignores BlockingIOError exceptions. Initial patch written by Xavier de Gaye. Document also in asyncore documentation that recv() may raise BlockingIOError.