]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676...
authorXiang Zhang <angwerzx@126.com>
Thu, 1 Jun 2017 14:19:58 +0000 (22:19 +0800)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2017 14:19:58 +0000 (22:19 +0800)
commite20d22671996712eac416dd7bda79b5344d81164
tree5b38dff33940e6610372122f12081f82301dac6c
parent3419fc2bf1e81d42ef4578e59d3c10f9c239e80f
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) (#1902)
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS