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 popen_spawn when specifying a path on Windows which contains "\" … #446

Merged
merged 2 commits into from
Sep 16, 2017

Conversation

eli-b
Copy link
Contributor

@eli-b eli-b commented Sep 15, 2017

…separators

@techalchemy
Copy link

As I mentioned on the referenced PR, it might be a better approach to use posix=(os.name == 'posix') when testing for posix compliance...

@eli-b
Copy link
Contributor Author

eli-b commented Sep 16, 2017

I've updated the PR according to your suggestion.

@takluyver
Copy link
Member

Which referenced PR are you discussing?

@eli-b
Copy link
Contributor Author

eli-b commented Sep 16, 2017

I think @techalchemy meant this PR.

@takluyver takluyver merged commit 1144550 into pexpect:master Sep 16, 2017
@takluyver
Copy link
Member

Thanks, I should have seen that.

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

3 participants