]> granicus.if.org Git - python/commit
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676)
authorXiang Zhang <angwerzx@126.com>
Thu, 1 Jun 2017 13:11:56 +0000 (21:11 +0800)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2017 13:11:56 +0000 (21:11 +0800)
commit0b4b57df964f1ba427684556b8e5f05852454e0d
treeea6569f8f9250da3c3eba30f033418c7856c4c98
parent4e624ca50a665d7e4d527ab98932347ff43a19b0
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676)
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS