]> granicus.if.org Git - python/commit
Add basic tests for the return value of os.popen().close().
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 11 Jul 2009 09:09:59 +0000 (09:09 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 11 Jul 2009 09:09:59 +0000 (09:09 +0000)
commit9175742ef001079ef20bb8d77f4bc319e3cf13b7
treec22dd4baf3e7d43cd1ba8f80ab8b0ce93a11a81a
parentef6007c1ae72f9d0d3607c381b99022b86c92fe9
Add basic tests for the return value of os.popen().close().
According to #6358, python 3.0 has a different implementation that behaves differently.
Lib/test/test_popen.py