[issue30378] SysLogHandler does not support IPv6 destinations

2017-06-01 Thread Xiang Zhang
Xiang Zhang added the comment: Thanks calcheng for your report and Vinay for the review. -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 2.7, Python 3.6, Python 3.7 ___ Python tracker

[issue30378] SysLogHandler does not support IPv6 destinations

2017-06-01 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 3ef3bcbe38e1913119c3022ca470d06908eeda3c by Xiang Zhang in branch '2.7': bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1904) (#1676) https://github.com/python/cpython/commit/3ef3bcbe38e1913119c3022ca470d06908eeda3c

[issue30378] SysLogHandler does not support IPv6 destinations

2017-06-01 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 95b4da2be4aeb74ee46ddece71f2075b32915c60 by Xiang Zhang in branch '3.6': bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) (#1903) https://github.com/python/cpython/commit/95b4da2be4aeb74ee46ddece71f2075b32915c60

[issue30378] SysLogHandler does not support IPv6 destinations

2017-06-01 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset e20d22671996712eac416dd7bda79b5344d81164 by Xiang Zhang in branch '3.5': bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) (#1902) https://github.com/python/cpython/commit/e20d22671996712eac416dd7bda79b5344d81164

[issue30378] SysLogHandler does not support IPv6 destinations

2017-06-01 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +1983 ___ Python tracker ___ ___

[issue30378] SysLogHandler does not support IPv6 destinations

2017-06-01 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +1982 ___ Python tracker ___ ___

[issue30378] SysLogHandler does not support IPv6 destinations

2017-06-01 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +1981 ___ Python tracker ___ ___

[issue30378] SysLogHandler does not support IPv6 destinations

2017-06-01 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 0b4b57df964f1ba427684556b8e5f05852454e0d by Xiang Zhang in branch 'master': bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) https://github.com/python/cpython/commit/0b4b57df964f1ba427684556b8e5f05852454e0d

[issue30378] SysLogHandler does not support IPv6 destinations

2017-05-20 Thread Xiang Zhang
Changes by Xiang Zhang : -- nosy: +vinay.sajip, xiang.zhang ___ Python tracker ___ ___

[issue30378] SysLogHandler does not support IPv6 destinations

2017-05-20 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +1771 ___ Python tracker ___ ___

[issue30378] SysLogHandler does not support IPv6 destinations

2017-05-16 Thread Calvin Cheng
Changes by Calvin Cheng : -- nosy: +calcheng -Calvin Cheng ___ Python tracker ___

[issue30378] SysLogHandler does not support IPv6 destinations

2017-05-16 Thread Calvin Cheng
Changes by Calvin Cheng : -- nosy: +Calvin Cheng -calcheng ___ Python tracker ___

[issue30378] SysLogHandler does not support IPv6 destinations

2017-05-16 Thread Calvin Cheng
New submission from Calvin Cheng: The attached test script works fine with IPv4 syslog: $ python test_syslog.py 192.168.1.4 (no errors reported) When running the attached script with python 3.5.2 on Ubuntu 16.04, received the following error: $ python3 test_syslog.py ::1 --- Logging error ---