[issue37817] create_pipe_connection and start_serving_pipe not documented

Paul Martin report at bugs.python.org
Sat Aug 10 22:12:15 EDT 2019


New submission from Paul Martin <greatestloginnameever at gmail.com>:

I found these two methods in the windows_events code for asyncio. Is there a reason why they don't seem to be documented, and are not included in AbstractServer? They provide a good Windows alternative to create_unix_server & create_unix_connection for inter-process communication.

----------
components: asyncio
messages: 349371
nosy: asvetlov, primal, yselivanov
priority: normal
severity: normal
status: open
title: create_pipe_connection and start_serving_pipe not documented
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37817>
_______________________________________


More information about the Python-bugs-list mailing list