summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-01-26 02:45:47 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-01-26 02:45:47 (GMT)
commite4c40da055094ac471de7e9ef34eab20ff7f56db (patch)
tree1f6f5123a6c533fca7b64f23a3198bab6bba0a03 /Misc
parentd89c406cb4442a01bb64ee663f4bed185e3ca221 (diff)
downloadcpython-e4c40da055094ac471de7e9ef34eab20ff7f56db.zip
cpython-e4c40da055094ac471de7e9ef34eab20ff7f56db.tar.gz
cpython-e4c40da055094ac471de7e9ef34eab20ff7f56db.tar.bz2
SF #642974, logging SysLogHandler proto type wrong
Syslog uses UDP (SOCK_DGRAM)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4223ce1..2d6c973 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
-----------