]> granicus.if.org Git - python/commitdiff
SF #642974, logging SysLogHandler proto type wrong
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 26 Jan 2003 02:45:47 +0000 (02:45 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 26 Jan 2003 02:45:47 +0000 (02:45 +0000)
Syslog uses UDP (SOCK_DGRAM)

Misc/NEWS

index 4223ce11cf10dde957d2fdb95b3b97947b140a50..2d6c973e28d83e865f42f2e3b46b295fbdd1b31e 100644 (file)
--- 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
 -----------