[issue34630] Don't log ssl cert errors in asyncio

2018-10-08 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue34630] Don't log ssl cert errors in asyncio

2018-10-08 Thread Andrew Svetlov
Change by Andrew Svetlov : -- assignee: -> asvetlov components: +asyncio nosy: +yselivanov versions: +Python 3.8 ___ Python tracker ___ ___

[issue34630] Don't log ssl cert errors in asyncio

2018-09-12 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset 0dd71807a98c4a86ece2aea869ea99f09204b16b by Andrew Svetlov in branch 'master': bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169) https://github.com/python/cpython/commit/0dd71807a98c4a86ece2aea869ea99f09204b16b -

[issue34630] Don't log ssl cert errors in asyncio

2018-09-11 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +8611 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue34630] Don't log ssl cert errors in asyncio

2018-09-11 Thread Andrew Svetlov
New submission from Andrew Svetlov : It is reported as a regular exception, not need to log it (as we skip logging of connection errors already). -- messages: 325032 nosy: asvetlov priority: normal severity: normal status: open title: Don't log ssl cert errors in asyncio _