diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-06-01 13:11:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-01 13:11:56 (GMT) |
commit | 0b4b57df964f1ba427684556b8e5f05852454e0d (patch) | |
tree | ea6569f8f9250da3c3eba30f033418c7856c4c98 /Misc | |
parent | 4e624ca50a665d7e4d527ab98932347ff43a19b0 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |