FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-34699: allow path-like objects in program arguments in Windows by guoci · Pull Request #9336 · python/cpython · GitHub

/ cpython Public

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

Closed
guoci wants to merge 1 commit into
python:masterfrom
guoci:pathlike_in_windows_args
Closed

bpo-34699: allow path-like objects in program arguments in Windows#9336
guoci wants to merge 1 commit into
python:masterfrom
guoci:pathlike_in_windows_args

Conversation

guoci commented Sep 15, 2018
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

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 requested a review from gpshead as a code owner September 15, 2018 19:24
guoci force-pushed the pathlike_in_windows_args branch from 1f7f706 to 70d5aeb Compare September 15, 2018 19:33
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 force-pushed the pathlike_in_windows_args branch 5 times, most recently from ab921a3 to c73eed0 Compare October 22, 2018 22:01
guoci force-pushed the pathlike_in_windows_args branch 5 times, most recently from 41fff51 to 61e7743 Compare October 31, 2018 15:01
guoci force-pushed the pathlike_in_windows_args branch from 61e7743 to f8fe934 Compare November 5, 2018 21:26
guoci force-pushed the pathlike_in_windows_args branch from f8fe934 to 84e5946 Compare November 8, 2018 21:43

Copy link
Copy Markdown
Member

Superseded by #5914.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL