[docs] [issue26980] The path argument of asyncio.BaseEventLoop.create_unix_connection is not documented
Berker Peksag
report at bugs.python.org
Wed Oct 12 14:25:07 EDT 2016
Berker Peksag added the comment:
Thanks for the report. I'm marking this as an easy documentation issue. BaseEventLoop is now AbstractEventLoop (87e3a58ed3c3) and the documentation of AbstractEventLoop.create_unix_connection() can be found in Doc/library/asyncio-eventloop.rst. Guido already explained what it means in msg266111 so what we need is to convert Guido's answer to a proper patch.
----------
keywords: +easy
nosy: +berker.peksag
stage: -> needs patch
type: -> enhancement
versions: +Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26980>
_______________________________________
More information about the docs
mailing list