[issue8006] os.popen in Python 3.1

R. David Murray report at bugs.python.org
Sat Mar 20 22:02:54 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Well, actually os.popen in Python3 is implemented by calling subprocess.Popen.

So, Bob, how does it fail?

----------
nosy: +r.david.murray
priority:  -> normal
stage:  -> test needed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8006>
_______________________________________


More information about the Python-bugs-list mailing list