summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-06-01 13:11:56 (GMT)
committerGitHub <noreply@github.com>2017-06-01 13:11:56 (GMT)
commit0b4b57df964f1ba427684556b8e5f05852454e0d (patch)
treeea6569f8f9250da3c3eba30f033418c7856c4c98 /Misc
parent4e624ca50a665d7e4d527ab98932347ff43a19b0 (diff)
downloadcpython-0b4b57df964f1ba427684556b8e5f05852454e0d.zip
cpython-0b4b57df964f1ba427684556b8e5f05852454e0d.tar.gz
cpython-0b4b57df964f1ba427684556b8e5f05852454e0d.tar.bz2
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676)
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 cda5ce0..ada74a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -345,6 +345,9 @@ Extension Modules
Library
-------
+- bpo-30378: Fix the problem that logging.handlers.SysLogHandler cannot
+ handle IPv6 addresses.
+
- bpo-16500: Allow registering at-fork handlers.
- bpo-30470: Deprecate invalid ctypes call protection on Windows. Patch by