]> granicus.if.org Git - python/commit
#5329: fix os.popen* regression from 2.5: don't execute commands as a sequence
authorPhilip Jenvey <pjenvey@underboss.org>
Tue, 29 Sep 2009 19:10:15 +0000 (19:10 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Tue, 29 Sep 2009 19:10:15 +0000 (19:10 +0000)
commit8b9020458a8576459040fce985ab140f0876e2f1
tree63c9ba43ea7673f6662f222b54d8ba93cf480a2d
parent7e7a3ec901be55c868c800d541b5a1622e0ec7fb
#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
Doc/library/subprocess.rst
Lib/os.py
Lib/subprocess.py
Lib/test/test_popen2.py
Misc/NEWS