]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method now
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Jul 2014 17:00:28 +0000 (19:00 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Jul 2014 17:00:28 +0000 (19:00 +0200)
commit316b16de13bef1d6e649bc12456bdae34d685d91
tree4e53e3667b2c4a230c98abc47d2e44db49f1903a
parente1d24f7ec3d3d6011c790fdc5088ed5dde81723f
parent45cff66cf63593695ff5324d3765d8a1a1125adf
(Merge 3.4) 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.
Lib/asynchat.py
Lib/test/test_asynchat.py
Misc/NEWS