Deprecate os.popen* and popen2 module in favor of the subprocess module.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 May 2007 06:57:33 +0000 (06:57 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 May 2007 06:57:33 +0000 (06:57 +0000)
commit42dd86b8e2773c342ca7fa0ffcc9d1cbb8589bd3
tree27d7ad013999378e92e4a94742831cd2081f5359
parent82be218e971725657af9b3231a0c467e99ade26f
Deprecate os.popen* and popen2 module in favor of the subprocess module.
Lib/os.py
Lib/plat-mac/pimp.py
Lib/popen2.py
Lib/test/test___all__.py
Lib/test/test_bz2.py
Lib/test/test_cmd_line.py
Lib/test/test_popen2.py
Misc/NEWS
Tools/msi/msilib.py