#5329: fix os.popen* regression from 2.5: don't execute commands as a sequence
commit1baa5a9fdc936de7f0d5e293cba5d6faec500110
authorphilip.jenvey <philip.jenvey@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 29 Sep 2009 19:10:15 +0000 (29 19:10 +0000)
committerphilip.jenvey <philip.jenvey@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 29 Sep 2009 19:10:15 +0000 (29 19:10 +0000)
tree3fa55d200638dd6b3f614076833b60003046671e
parent344f97236bd11690887ed83005cf305636a6d9ab
#5329: fix os.popen* regression from 2.5: don't execute commands as a sequence
through the shell. also document the correct subprocess replacement for this
case
patch from Jean-Paul Calderone and Jani Hakala

git-svn-id: http://svn.python.org/projects/python/trunk@75143 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/subprocess.rst
Lib/os.py
Lib/subprocess.py
Lib/test/test_popen2.py
Misc/NEWS