]> granicus.if.org Git - python/commit
Merged revisions 75143 via svnmerge from
authorPhilip Jenvey <pjenvey@underboss.org>
Tue, 29 Sep 2009 19:18:11 +0000 (19:18 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Tue, 29 Sep 2009 19:18:11 +0000 (19:18 +0000)
commit7865296ca3e6fb179860c899b3a3a198e6f317c1
tree7b48927f5ff54972e19434e9cdb16c2d1bd8ac6d
parentb4b94ef437d997ad0619345243a112e744f52245
Merged revisions 75143 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75143 | philip.jenvey | 2009-09-29 12:10:15 -0700 (Tue, 29 Sep 2009) | 5 lines

  #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