]> granicus.if.org Git - python/commit
Fix #10257. Clear resource warnings by using os.popen's context manager.
authorBrian Curtin <brian.curtin@gmail.com>
Sat, 30 Oct 2010 21:24:21 +0000 (21:24 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Sat, 30 Oct 2010 21:24:21 +0000 (21:24 +0000)
commit810921b675654fc6560747390eb657fa765d46ba
tree4157a8f8eb5f0d26dd5a399bbb144e10eb8b76e3
parent1d7878a6963082222af16b131dc640bc7c17c0ee
Fix #10257. Clear resource warnings by using os.popen's context manager.
Lib/test/test_os.py