[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 confused by it! :)

(also added the same comment in PR 21360 at GitHub already!)

--
nosy: +e-d-n-a

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/b62ecc21b451d2b8e041f5367c7b563ac01bbdd8


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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)
https://github.com/python/cpython/commit/dc785db64d55c3d7a69b10c303e6386e87cfd01b


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +steve.dower

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com