commit | cbabd7ec3aa589bda8f636f4b23c294604d07c63 | [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 | 9e0eee5ad8d7a80d86c16c3258f983f7b774aa4e | |
parent | bec4d57a392179e23d2eec51db4bdc0806d692ee [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 b2c2e6f..479c7e3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -87,6 +87,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.