From: Neal Norwitz 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: http://git.ipfire.org/?a=commitdiff_plain;h=e4c40da055094ac471de7e9ef34eab20ff7f56db;p=thirdparty%2FPython%2Fcpython.git SF #642974, logging SysLogHandler proto type wrong Syslog uses UDP (SOCK_DGRAM) --- diff --git a/Misc/NEWS b/Misc/NEWS index 4223ce11cf10..2d6c973e28d8 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 -----------