]> granicus.if.org Git - python/commit
Issue #7461: objects returned by os.popen() should support the context manager protocol
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 9 Dec 2009 00:01:27 +0000 (00:01 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 9 Dec 2009 00:01:27 +0000 (00:01 +0000)
commitac625351643d5732bcaa77844ef1506bf5c978ab
tree620f07c70671ea90bd42d61ae51d0fcf19a93f34
parent9b14f6044ce261ed2c9154d1c8466ff50e697c2e
Issue #7461: objects returned by os.popen() should support the context manager protocol
Lib/os.py
Lib/test/test_popen.py