From: Neal Norwitz <nnorwitz@gmail.com>
Date: Sun, 26 Jan 2003 02:45:47 +0000 (+0000)
Subject: SF #642974, logging SysLogHandler proto type wrong
X-Git-Tag: v2.3c1~2319
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4c40da055094ac471de7e9ef34eab20ff7f56db;p=python

SF #642974, logging SysLogHandler proto type wrong

Syslog uses UDP (SOCK_DGRAM)
---

diff --git a/Misc/NEWS b/Misc/NEWS
index 4223ce11cf..2d6c973e28 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,9 @@ Library
 - Tkinter.Canvas.scan_dragto() provides an optional parameter to support
   the gain value which is passed to Tk.  SF bug# 602259.
 
+- Fix logging.handlers.SysLogHandler protocol when using UNIX domain sockets.
+  See SF patch #642974. 
+
 Tools/Demos
 -----------