Robert Garza
Robert Garza
fixes issue #15
Updated with the recommendations, except for two things. 1. The builtin subprocess module in python 2.7 doesn't include a timeout option or the run() method call, which this uses. 2....
I've verified that the patch works on 2.7: ``` $ ipython Python 2.7.15+ (default, Nov 27 2018, 23:36:35) Type "copyright", "credits" or "license" for more information. IPython 5.8.0 -- An...
Hi @dgildeh I've updated the 2.7 code to include the 'subprocess32' module, since it backports all of the newer functionality available in the python 3 version of the subprocess module....