summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
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)
commitcbabd7ec3aa589bda8f636f4b23c294604d07c63 (patch)
tree9e0eee5ad8d7a80d86c16c3258f983f7b774aa4e /Misc/NEWS
parentbec4d57a392179e23d2eec51db4bdc0806d692ee (diff)
downloadcpython-cbabd7ec3aa589bda8f636f4b23c294604d07c63.zip
cpython-cbabd7ec3aa589bda8f636f4b23c294604d07c63.tar.gz
cpython-cbabd7ec3aa589bda8f636f4b23c294604d07c63.tar.bz2
Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b2c2e6f..479c7e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,9 @@ C-API
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.