
report at bugs
Nov 16, 2009, 9:11 PM
Post #1 of 1
(92 views)
Permalink
|
|
[issue1087] py3k os.popen result is not iterable, patch attached
|
|
Ezio Melotti <ezio.melotti [at] gmail> added the comment: While I was working on EnvironTests I found 'test_os_popen_iter' (added in r58912) and I don't see why it is there. Christian, did you put it in the wrong place by mistake or is it somehow related to os.environ? (the test should also use unittest.skipUnless(os.path.exists("/bin/sh")) instead of the 'if') ---------- nosy: +ezio.melotti _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue1087> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|