commit | 1c77b7f84c5fca050980854a677539ba377439dd | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Oct 10 20:32:36 2009 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Oct 10 20:32:36 2009 +0000 |
tree | 05297baa544790a3fff404e9fdb969b19e94427f | |
parent | 6e3dbbdf39f3b4eb6f18c0165e446df17218b7dc [diff] [blame] |
Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code.
diff --git a/Misc/NEWS b/Misc/NEWS index f3941c0..bdd657c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -398,6 +398,9 @@ Library ------- +- Issue #7086: Added TCP support to SysLogHandler, and tidied up some + anachronisms in the code which were a relic of 1.5.2 compatibility. + - Issue #7082: When falling back to the MIME 'name' parameter, the correct place to look for it is the Content-Type header.