Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bpo-34699: allow path-like objects in program arguments in Windows #9336

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

Closed
wants to merge 1 commit into from

Conversation

guoci
Copy link
Contributor

@guoci guoci commented Sep 15, 2018

Currently, the subprocess.Popen function allows for path-like objects in the argument list for POSIX but not in Windows.
This PR makes Windows' subprocess.Popen accept path-like objects in the argument list.

https://bugs.python.org/issue34699

@guoci guoci requested a review from gpshead as a code owner September 15, 2018 19:24
@guoci guoci force-pushed the pathlike_in_windows_args branch from 1f7f706 to 70d5aeb Compare September 15, 2018 19:33
@guoci guoci changed the title bpo-34699: allows path-like objects in program arguments in Windows bpo-34699: allow path-like objects in program arguments in Windows Sep 15, 2018
@guoci guoci force-pushed the pathlike_in_windows_args branch 5 times, most recently from ab921a3 to c73eed0 Compare October 22, 2018 22:01
@guoci guoci force-pushed the pathlike_in_windows_args branch 5 times, most recently from 41fff51 to 61e7743 Compare October 31, 2018 15:01
@guoci guoci force-pushed the pathlike_in_windows_args branch from 61e7743 to f8fe934 Compare November 5, 2018 21:26
@guoci guoci force-pushed the pathlike_in_windows_args branch from f8fe934 to 84e5946 Compare November 8, 2018 21:43
@serhiy-storchaka
Copy link
Member

Superseded by #5914.

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

Successfully merging this pull request may close these issues.

4 participants