Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets.
diff --git a/Misc/NEWS b/Misc/NEWS
index 89456d7..d633536 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,9 @@
 Library
 -------
 
+- Issue #17795: Reverted backwards-incompatible change in SysLogHandler with
+  Unix domain sockets.
+
 - Issue #17555: Fix ForkAwareThreadLock so that size of after fork
   registry does not grow exponentially with generation of process.