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

gh-124917: Allow keyword args to os.path.exists/lexists on Windows #124918

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

JelleZijlstra
Copy link
Member

@JelleZijlstra JelleZijlstra commented Oct 3, 2024

@JelleZijlstra JelleZijlstra added the needs backport to 3.13 bugs and security fixes label Oct 3, 2024
@JelleZijlstra JelleZijlstra changed the title gh-118755: Allow keyword args to os.path.exists/lexists on Windows gh-124917: Allow keyword args to os.path.exists/lexists on Windows Oct 3, 2024
@nineteendo
Copy link
Contributor

Thanks, I didn't feel it was worth the effort to create a PR myself. I hope that was the last thing I broke in a PR. :)

@nineteendo
Copy link
Contributor

This also needs a back port to 3.12... see #119381.

@JelleZijlstra JelleZijlstra added the needs backport to 3.12 bug and security fixes label Oct 3, 2024
@JelleZijlstra JelleZijlstra merged commit cc2938a into python:main Oct 11, 2024
42 checks passed
@miss-islington-app

This comment was marked as outdated.

@miss-islington-app
Copy link

Sorry, @JelleZijlstra, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker cc2938a18967c9d462ebb18bc09f73e4364aa7d2 3.13

@miss-islington-app
Copy link

Sorry, @JelleZijlstra, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker cc2938a18967c9d462ebb18bc09f73e4364aa7d2 3.12

JelleZijlstra added a commit to JelleZijlstra/cpython that referenced this pull request Oct 11, 2024
…on Windows (pythonGH-124918)

(cherry picked from commit cc2938a)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Oct 11, 2024

GH-125332 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Oct 11, 2024
JelleZijlstra added a commit to JelleZijlstra/cpython that referenced this pull request Oct 11, 2024
…on Windows (pythonGH-124918)

(cherry picked from commit cc2938a)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Oct 11, 2024

GH-125334 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Oct 11, 2024
JelleZijlstra added a commit that referenced this pull request Oct 11, 2024
JelleZijlstra added a commit that referenced this pull request Oct 11, 2024
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.

3 participants