New submission from Yuriy Syrovetskiy <c...@cblp.su>: IPv4 operations may fail on IPv6 systems, and vice versa. So we have to create sockets with the proper address family.
Maybe this behaviour could be incapsulated in socket object, but didn't find a good way to do it. No documentation changed, because I just eliminate lack of implementation of already documented feature. Please help to write tests. I worked on the 3.2 branch, because the default branch has broken test_logging. ---------- components: Library (Lib) files: mywork.patch keywords: patch messages: 161101 nosy: cblp, vinay.sajip priority: normal severity: normal status: open title: IPv6 support for logging.handlers type: enhancement versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file25635/mywork.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14855> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com