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

FIX for issue #59 #60

Merged
merged 1 commit into from Apr 15, 2013
Merged

FIX for issue #59 #60

merged 1 commit into from Apr 15, 2013

Conversation

ghost
Copy link

@ghost ghost commented Apr 15, 2013

Simple regression in Python2.6: subprocess has no "_subprocess" attribute, as opposed to Python2.7+ where the various flags passed to subprocess.Popen were moved to subprocess._subprocess.
The fix simply check whether hasattr( subprocess, "_subprocess" ) exists and acts accordingly.

tomerfiliba added a commit that referenced this pull request Apr 15, 2013
@tomerfiliba tomerfiliba merged commit 023fc93 into tomerfiliba:master Apr 15, 2013
@tomerfiliba
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant