mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
SF #642974, logging SysLogHandler proto type wrong
Syslog uses UDP (SOCK_DGRAM)
This commit is contained in:
parent
d89c406cb4
commit
e4c40da055
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue