]> granicus.if.org Git - python/commit
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1904...
authorXiang Zhang <angwerzx@126.com>
Thu, 1 Jun 2017 14:22:18 +0000 (22:22 +0800)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2017 14:22:18 +0000 (22:22 +0800)
commit3ef3bcbe38e1913119c3022ca470d06908eeda3c
tree1ed37c8214be2654b9f5381e051b3799f521d860
parent662d856cd7d21dbdbd4043c1735d93b32568c9e5
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1904) (#1676)
Lib/logging/handlers.py
Misc/NEWS