[issue5329] os.popen2 and os.popen3 in python 2.6 incompatible with os.popen* in python 2.5

Jean-Paul Calderone report at bugs.python.org
Thu Aug 27 18:44:58 CEST 2009


Jean-Paul Calderone <exarkun at divmod.com> added the comment:

Attached os-popen-list.patch which includes all of the earlier
os-popen.diff and adds tests which fail without this patch and pass with
it.  They also pass on Python 2.5.  The patch is against the Python 2.6
maintenance branch, but presumably it should be applied to trunk as well.

----------
nosy: +exarkun

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


More information about the Python-bugs-list mailing list