This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients jaraco, ned.deily, ronaldoussoren, vinay.sajip
Date 2019-11-12.19:18:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573586332.75.0.865851878502.issue38780@roundup.psfhosted.org>
In-reply-to
Content
The issue probably stems from https://github.com/python/cpython/blob/138ccbb02216ca086047c3139857fb44f3dab1f9/Lib/logging/handlers.py#L828-L835. I doubt the logic of that comment, as in the non-unix-socket case, the error is raised if a connection cannot be established. Fixing the issue by re-considering that comment would have backward-incompatible implications and would violate the intention of the comment's author.
History
Date User Action Args
2019-11-12 19:18:52jaracosetrecipients: + jaraco, vinay.sajip, ronaldoussoren, ned.deily
2019-11-12 19:18:52jaracosetmessageid: <1573586332.75.0.865851878502.issue38780@roundup.psfhosted.org>
2019-11-12 19:18:52jaracolinkissue38780 messages
2019-11-12 19:18:52jaracocreate