New submission from Charles-François Natali <[email protected]>: As noted in issue #12502, test_asyncore only tests AF_INET sockets. With the patch attached, the vast majority of the tests will also be run with AF_UNIX and AF_INET6 sockets (if supported by the host OS).
---------- components: Tests files: test_ayncore.diff keywords: needs review, patch messages: 141404 nosy: giampaolo.rodola, neologix priority: low severity: normal stage: patch review status: open title: test.test_asyncore: add tests for AF_INET6 and AF_UNIX sockets type: feature request versions: Python 3.3 Added file: http://bugs.python.org/file22795/test_ayncore.diff _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12656> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
