rigordo959 / tsWxGTUI_PyVx_Repository

The TeamSTARS "tsWxGTUI_PyVx" Toolkit is designed to be a foundation for developing, operating and troubleshooting those Python Curses based application programs embedded in local and remote 32-/64-bit computer systems used to monitor and control mission critical equipment.
13 stars 1 forks source link

tsLibCLi/tsSysCommands will require a non-backward compatible version for Python 3.5. #22

Closed rigordo959 closed 8 years ago

rigordo959 commented 9 years ago

Upgrade subprocess to support subprocess.run which will be introduced with Python 3.5,

rigordo959 commented 8 years ago

Backward compatibility has been verified. Only issue will be future use of newly introduced features such as run method.