]> granicus.if.org Git - python/commit
bpo-37035: Don't log OSError (GH-13548)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 27 May 2019 13:28:34 +0000 (16:28 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 May 2019 13:28:34 +0000 (06:28 -0700)
commit1f39c28e489cca0397fc4c3675d13569318122ac
tree60e976746b5353b636d9db95e8a8728c4a1f3f6c
parentff6b2e66b19a26b4c2ab57e62e1ab9f3d94dd76a
bpo-37035: Don't log OSError (GH-13548)

https://bugs.python.org/issue37035
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2019-05-24-18-16-07.bpo-37035.HFbJVT.rst [new file with mode: 0644]