summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2009-10-10 20:32:36 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2009-10-10 20:32:36 (GMT)
commit1c77b7f84c5fca050980854a677539ba377439dd (patch)
tree05297baa544790a3fff404e9fdb969b19e94427f /Misc
parent6e3dbbdf39f3b4eb6f18c0165e446df17218b7dc (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3941c0..bdd657c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.