[issue41217] Obsolete note for default asyncio event loop on Windows

2021-05-27 Thread edna
edna added the comment: You guys missed a copy of the same note at a different location here: https://docs.python.org/3/library/asyncio-eventloop.html#running-subprocesses It's still visible in all versions of the documentation for Python >=3.8 and should be fixed as well, as I (e.g.) got

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset b62ecc21b451d2b8e041f5367c7b563ac01bbdd8 by Miss Skeleton (bot) in branch '3.9': bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset dc785db64d55c3d7a69b10c303e6386e87cfd01b by Miss Skeleton (bot) in branch '3.8': bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread Steve Dower
Steve Dower added the comment: New changeset 4dfb190a33a1deac60306f15d52d2fe11fb93464 by Zackery Spytz in branch 'master': bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360) https://github.com/python/cpython/commit/4dfb190a33a1deac60306f15d52d2fe11fb93464

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +21749 pull_request: https://github.com/python/cpython/pull/22793 ___ Python tracker ___

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +21748 pull_request: https://github.com/python/cpython/pull/22792 ___ Python tracker

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-07-11 Thread Jim Jewett
Jim Jewett added the comment: Looks good to me. -- nosy: +Jim.Jewett ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-07-06 Thread Emmanuel Arias
Change by Emmanuel Arias : -- nosy: +eamanu ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-07-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 4.0 -> 5.0 pull_requests: +20505 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21360 ___ Python tracker

[issue41217] Obsolete note for default asyncio event loop on Windows

2020-07-06 Thread Csaba Nemes
New submission from Csaba Nemes : 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