Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 95b4da2be4aeb74ee46ddece71f2075b32915c60 https://github.com/python/cpython/commit/95b4da2be4aeb74ee46ddece71f2075b32915c60 Author: Xiang Zhang <angwerzx at 126.com> Date: 2017年06月01日 (2017年6月01日) Changed paths: M Lib/logging/handlers.py M Lib/test/test_logging.py M Misc/NEWS Log Message: ----------- bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) (#1903)