From e4c40da055094ac471de7e9ef34eab20ff7f56db Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 26 Jan 2003 02:45:47 +0000 Subject: [PATCH] SF #642974, logging SysLogHandler proto type wrong Syslog uses UDP (SOCK_DGRAM) --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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 ----------- -- 2.40.0