You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Before contributing I wanted to find out a few details:
What Python versions does this library target? For instance, is it OK to migrate from the commands module (deprecated since 2.6, not included in 3+) to the subprocess module?
Are changes to bring the library inline with PEP8 welcome? (by their nature, they'll have a lot of changed lines, as they are formatting changes)
Before contributing I wanted to find out a few details:
commandsmodule (deprecated since 2.6, not included in 3+) to thesubprocessmodule?