]> granicus.if.org Git - python/commit
Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN errors on...
authorGiampaolo Rodolà <g.rodola@gmail.com>
Thu, 3 Mar 2011 13:57:47 +0000 (13:57 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Thu, 3 Mar 2011 13:57:47 +0000 (13:57 +0000)
commit1bc75c6ceebb3dd1488fce259fc05958e58c0c3c
treed4018899e8c5fec0ca98027d5d332232f598dad4
parent1dfd3803064f2ee4b6e0bae3c60ca39e5f3919ca
Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN errors on accept(), recv() and send().
Lib/asyncore.py
Misc/NEWS