[New-bugs-announce] [issue15788] cross-refs in the subprocess.Popen.std{in, out, err} warning box aren't linked

Chris Rebert report at bugs.python.org
Mon Aug 27 08:46:20 CEST 2012


New submission from Chris Rebert:

The cross-references, particularly to Popen.communicate(), in the warning box in the subprocess docs about using Popen.stdout.read() etc. aren't hyperlinked. The attached patch fixes that.

----------
assignee: docs at python
components: Documentation
files: link_communicate_warning.patch
keywords: patch
messages: 169182
nosy: cvrebert, docs at python
priority: normal
severity: normal
status: open
title: cross-refs in the subprocess.Popen.std{in,out,err} warning box aren't linked
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file27010/link_communicate_warning.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15788>
_______________________________________


More information about the New-bugs-announce mailing list