New submission from Paul Martin <greatestloginnamee...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37817>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to