[New-bugs-announce] [issue15789] mention shell-like parts of the std lib in the subprocess docs

Chris Rebert report at bugs.python.org
Mon Aug 27 09:24:02 CEST 2012


New submission from Chris Rebert:

To further dissuade people from using subprocess.Popen's shell=True option unnecessarily, this patch points out that some common shell features are also available directly in Python via certain modules & functions.

----------
assignee: docs at python
components: Documentation
files: subprocess.rst.patch
keywords: patch
messages: 169188
nosy: cvrebert, docs at python
priority: normal
severity: normal
status: open
title: mention shell-like parts of the std lib in the subprocess docs
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file27013/subprocess.rst.patch

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


More information about the New-bugs-announce mailing list