]> 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 14:20:27 +0000 (22:20 +0800)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2017 14:20:27 +0000 (22:20 +0800)
commit95b4da2be4aeb74ee46ddece71f2075b32915c60
treef906147f98ac1b3d23152f9ca8724512db6ce11f
parent9d752aa5e695d682f3cfc40655580900b132e52a
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) (#1903)
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS