bpo-28624: Add test for subprocess to check that cmd arg supports PathLike#157
bpo-28624: Add test for subprocess to check that cmd arg supports PathLike#157berkerpeksag merged 3 commits into
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA. This is necessary for legal reasons before we can look at your contribution. Please follow these steps to help rectify the issue:
Thanks again to your contribution and we look forward to looking at it! |
Sorry, something went wrong.
271a1ad to
1cb8660
Compare
February 19, 2017 05:53
|
Thanks for the review. I have updated the PR. |
Sorry, something went wrong.
1cb8660 to
da4f28a
Compare
February 19, 2017 05:55
|
(Oops, after chatting to @sayanchowdhury, I realised this suggestion wasn't as useful as I thought - |
Sorry, something went wrong.
da4f28a to
e153659
Compare
February 19, 2017 10:43
|
I ran |
Sorry, something went wrong.
berkerpeksag
left a comment
There was a problem hiding this comment.
I was going to merge this, but just noticed a small typo. I think this also deserves a Misc/NEWS entry since we are aim to support path-like objects in the stdlib in Python 3.6.
Sorry, something went wrong.
e153659 to
6c208d2
Compare
February 22, 2017 07:15
|
Should add to section |
Sorry, something went wrong.
6c208d2 to
c096044
Compare
February 26, 2017 11:23
|
Can we please keep this PR specific to |
Sorry, something went wrong.
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
|
Okay, I'll then go ahead and keep the changes |
Sorry, something went wrong.
c096044 to
3370e0b
Compare
February 26, 2017 11:41
|
I have updated the code. |
Sorry, something went wrong.
…ts PathLike objects (python#157) (cherry picked from commit d5c11f7)
|
Thanks! |
Sorry, something went wrong.
#157 added the test, but it's currently (correctly) broken on windows.
#157 added the test, but it's currently (correctly) broken on windows.
|
Added the sprint label, as this PR was submitted at the PyCon Pune 2017 core development sprint. |
Sorry, something went wrong.
Detected by gcc -Wmisleading-indentation.
No description provided.