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 Eric Ahn
Recipients Eric Ahn, docs@python
Date 2017-01-01.02:44:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483238654.05.0.408550900872.issue29127@psf.upfronthosting.co.za>
In-reply-to
Content
On this page of the documentation https://docs.python.org/3/library/asyncio-subprocess.html it seems that some of the reference names are incorrect.

Namely, asyncio.subprocess.PIPE is referred to as asyncio.asyncio.subprocess.PIPE (along with STDOUT and DEVNULL), plus asyncio.subprocess.Process is referred to as asyncio.asyncio.subprocess.Process.

This is reflected in the permalinks as well as when one tries to reference these via intersphinx (which is how I discovered it; I was trying to link to this page and was failing).
History
Date User Action Args
2017-01-01 02:44:14Eric Ahnsetrecipients: + Eric Ahn, docs@python
2017-01-01 02:44:14Eric Ahnsetmessageid: <1483238654.05.0.408550900872.issue29127@psf.upfronthosting.co.za>
2017-01-01 02:44:13Eric Ahnlinkissue29127 messages
2017-01-01 02:44:12Eric Ahncreate