]> granicus.if.org Git - python/commit
Make the _wrap_close type (which is returned by os.popen) iterable.
authorThomas Heller <theller@ctypes.org>
Tue, 4 Sep 2007 11:27:47 +0000 (11:27 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 4 Sep 2007 11:27:47 +0000 (11:27 +0000)
commit476157bea5da669061633198b28cf7d18fa49370
tree9d16b17570ee199985773cc39fa0024ced529349
parent85bcc66bb492931b6ca3de21ca53ca53b754be33
Make the _wrap_close type (which is returned by os.popen) iterable.
This should fix the Lib\test\test_uuid.py test on Windows.
Lib/os.py