Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to import subprocess32 on Python2 #1182

Closed
wants to merge 2 commits into from
Closed

Attempt to import subprocess32 on Python2 #1182

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 29, 2017

Subprocess32 has more features than the builtin subprocess module and is otherwise a complete substitute. The motivation for this PR was that I wanted to use communticate(timeout=timeout) but could not.

This will allow downstream projects to add subprocess32 as a dependency and then get the new subprocess methods.

Subprocess32 has more features than the builtin subprocess module
and is otherwise a complete substitute.
@ghost ghost closed this Nov 29, 2017
@ghost ghost deleted the patch-1 branch November 29, 2017 03:25
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant