diff --git a/Misc/NEWS b/Misc/NEWS index 4223ce11cf10..2d6c973e28d8 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 -----------