diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-10-10 20:32:36 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-10-10 20:32:36 (GMT) |
commit | 1c77b7f84c5fca050980854a677539ba377439dd (patch) | |
tree | 05297baa544790a3fff404e9fdb969b19e94427f /Misc | |
parent | 6e3dbbdf39f3b4eb6f18c0165e446df17218b7dc (diff) | |
download | cpython-1c77b7f84c5fca050980854a677539ba377439dd.zip cpython-1c77b7f84c5fca050980854a677539ba377439dd.tar.gz cpython-1c77b7f84c5fca050980854a677539ba377439dd.tar.bz2 |
Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -398,6 +398,9 @@ Core and Builtins 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. |