commit | 6e4300c99912b96089b1d8160e4b637a52d88df4 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Fri Nov 12 00:39:09 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Fri Nov 12 00:39:09 2010 +0000 |
tree | d9780a85ce42d92d3b8b8d2b6b2d13f1d3e5afbe | |
parent | d2d2ae91c5ea2d226a6aae7afc8c8b05200c4eef [diff] |
Merged revisions 86419 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86419 | r.david.murray | 2010-11-11 19:35:31 -0500 (Thu, 11 Nov 2010) | 4 lines #7950: add warning about security implications of shell=True to subprocess docs Patch by Chris Rebert. ........