New submission from Eric Ahn:

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).

----------
assignee: docs@python
components: Documentation
messages: 284418
nosy: Eric Ahn, docs@python
priority: normal
severity: normal
status: open
title: Incorrect reference names in asyncio.subprocess documentation
versions: Python 3.6

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

Reply via email to