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

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@python components: Documentation files: link_communicate_warning.patch keywords: patch messages: 169182 nosy: cvrebert, docs@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@bugs.python.org> <http://bugs.python.org/issue15788> _______________________________________

Ezio Melotti added the comment: + Use :meth:`communicate() <Popen.communicate>` I believe you can simply use :meth:`~Popen.communicate` here. ---------- nosy: +ezio.melotti _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15788> _______________________________________

Chris Rebert added the comment: So you can. Neat trick. Patch changed accordingly. ---------- Added file: http://bugs.python.org/file27011/link_communicate_warning.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15788> _______________________________________

Chris Rebert added the comment: Let's try that again. ---------- Added file: http://bugs.python.org/file27012/link_communicate_warning.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15788> _______________________________________

Changes by Chris Rebert <pybugs@rebertia.com>: Removed file: http://bugs.python.org/file27011/link_communicate_warning.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15788> _______________________________________

Roundup Robot added the comment: New changeset 92aa438a5c4b by Ezio Melotti in branch '2.7': #15788: fix broken links in subprocess doc. Patch by Chris Rebert. http://hg.python.org/cpython/rev/92aa438a5c4b New changeset 1676e423054a by Ezio Melotti in branch '3.2': #15788: fix broken links in subprocess doc. Patch by Chris Rebert. http://hg.python.org/cpython/rev/1676e423054a New changeset 64640a02b0ca by Ezio Melotti in branch 'default': #15788: merge with 3.2. http://hg.python.org/cpython/rev/64640a02b0ca ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15788> _______________________________________

Ezio Melotti added the comment: Fixed, thanks for the patch! ---------- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> enhancement versions: +Python 3.2 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15788> _______________________________________
participants (3)
-
Chris Rebert
-
Ezio Melotti
-
Roundup Robot