SF #642974, logging SysLogHandler proto type wrong

Syslog uses UDP (SOCK_DGRAM)
This commit is contained in:
Neal Norwitz 2003-01-26 02:45:47 +00:00
parent d89c406cb4
commit e4c40da055
1 changed files with 3 additions and 0 deletions

View File

@ -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
-----------