[issue26980] The path argument of asyncio.BaseEventLoop.create_unix_connection is not documented

texttheater report at bugs.python.org
Sun May 8 17:39:08 EDT 2016


New submission from texttheater:

The documentation does not say what this argument is for.

It says "See the BaseEventLoop.create_connection() method for parameters", but that method does not have a path argument.

The argument seems to be required unless the keyword argument sock is given.

----------
assignee: docs at python
components: Documentation
messages: 265170
nosy: docs at python, texttheater
priority: normal
severity: normal
status: open
title: The path argument of asyncio.BaseEventLoop.create_unix_connection is not documented
versions: Python 3.4, Python 3.5, Python 3.6

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


More information about the Python-bugs-list mailing list