[issue8006] os.popen in Python 3.1

Yuriy Taraday report at bugs.python.org
Sat Mar 20 21:23:32 CET 2010


Yuriy Taraday <yorik.sar at gmail.com> added the comment:

os.popen is obsolete and as I understand is removed from 3k. Use subprocess module instead.
http://docs.python.org/library/os.html?highlight=popen#os.popen

----------
nosy: +yorik.sar

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


More information about the Python-bugs-list mailing list