[New-bugs-announce] [issue12656] test.test_asyncore: add tests for AF_INET6 and AF_UNIX sockets

Charles-François Natali report at bugs.python.org
Fri Jul 29 20:00:09 CEST 2011


New submission from Charles-François Natali <neologix at free.fr>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue12656>
_______________________________________


More information about the New-bugs-announce mailing list