summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-05-24-18-16-07.bpo-37035.HFbJVT.rst
blob: 004ec2d1371401e103382873da3efe7418bba643 (plain)
1
2
3
4
5
Don't log OSError based exceptions if a fatal error has occurred in asyncio
transport. Peer can generate almost any OSError, user cannot avoid these exceptions
by fixing own code. 
Errors are still propagated to user code, it's just logging them
is pointless and pollute asyncio logs.