[New-bugs-announce] [issue31245] Asyncio UNIX socket and SOCK_DGRAM

Quentin Dawans report at bugs.python.org
Mon Aug 21 10:06:59 EDT 2017


New submission from Quentin Dawans:

Following this discussion: https://groups.google.com/forum/#!searchin/python-tulip/datagram%7Csort:relevance/python-tulip/rpScueoGf1I/WBvEWf8vCgAJ

I added the support for AF_UNIX SOCK_DGRAM is asyncio. Lots of code is coming from the other family/type of socket already implemented.

----------
components: asyncio
messages: 300625
nosy: qdawans, yselivanov
priority: normal
severity: normal
status: open
title: Asyncio UNIX socket and SOCK_DGRAM
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31245>
_______________________________________


More information about the New-bugs-announce mailing list