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@python
components: Documentation
files: subprocess.rst.patch
keywords: patch
messages: 169188
nosy: cvrebert, docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15789>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to