projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d89c406
)
SF #642974, logging SysLogHandler proto type wrong
author
Neal Norwitz
<nnorwitz@gmail.com>
Sun, 26 Jan 2003 02:45:47 +0000
(
02:45
+0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Sun, 26 Jan 2003 02:45:47 +0000
(
02:45
+0000)
Syslog uses UDP (SOCK_DGRAM)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 4223ce11cf10dde957d2fdb95b3b97947b140a50..2d6c973e28d83e865f42f2e3b46b295fbdd1b31e 100644
(file)
--- 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
-----------