This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ajaborsk, docs@python, gvanrossum, python-dev, vstinner, yselivanov
Date 2014-03-21.11:11:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395400293.67.0.380825491964.issue21006@psf.upfronthosting.co.za>
In-reply-to
Content
> The whole asyncio.ProactorEventLoop stuff is not really explained
> anywhere. Maybe a "How to use asyncio on Windows" could be useful.

It is explained in the subprocess methods of the event loop.

Well, I expected this reaction: the subprocess documentation is currently splitted in two parts (event loop and asyncio.subprocess). IMO all functions related to subprocess must be moved to the subprocess page.

Here is a patch to group all subprocess documentation. I added a "Connect pipes" section, mentionned that event loop functions are the "low level API" whereas the asyncio.subprocess is the "high level API".
History
Date User Action Args
2014-03-21 11:11:33vstinnersetrecipients: + vstinner, gvanrossum, docs@python, python-dev, yselivanov, ajaborsk
2014-03-21 11:11:33vstinnersetmessageid: <1395400293.67.0.380825491964.issue21006@psf.upfronthosting.co.za>
2014-03-21 11:11:33vstinnerlinkissue21006 messages
2014-03-21 11:11:33vstinnercreate