New submission from Csaba Nemes <waszil.was...@gmail.com>:

In the documentation of asyncio, a Note is present in the "Running 
Subprocesses" section: "The default asyncio event loop on Windows does not 
support subprocesses", however, from 3.8 the default event loop is 
ProactorEventLoop on Windows, that does support subprocesses. This note should 
be removed.

----------
assignee: docs@python
components: Documentation, asyncio
messages: 373076
nosy: asvetlov, docs@python, waszil, yselivanov
priority: normal
severity: normal
status: open
title: Obsolete note for default asyncio event loop on Windows
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to