mirror of https://github.com/python/cpython.git
SF #642974, logging SysLogHandler proto type wrong
Syslog uses UDP (SOCK_DGRAM)
This commit is contained in:
parent
d89c406cb4
commit
e4c40da055
|
@ -147,6 +147,9 @@ Library
|
||||||
- Tkinter.Canvas.scan_dragto() provides an optional parameter to support
|
- Tkinter.Canvas.scan_dragto() provides an optional parameter to support
|
||||||
the gain value which is passed to Tk. SF bug# 602259.
|
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
|
Tools/Demos
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue