Open shidarin opened 11 years ago
Last time I tried the alternatives to os.popen, I couldn't get anything to work like os.popen did. Now that time has passed, let's try again.
We'll be replacing os.popen and os.system with subprocess
3d61b183cb024e624e7438dfa9dea4f29c7976fa began the process of switching our older shell calls into subprocess.
Last time I tried the alternatives to os.popen, I couldn't get anything to work like os.popen did. Now that time has passed, let's try again.