Skip to content

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

Merged
JelleZijlstra merged 1 commit into
python:mainfrom
JelleZijlstra:lexists
Oct 11, 2024
Merged

gh-124917: Allow keyword args to os.path.exists/lexists on Windows#124918
JelleZijlstra merged 1 commit into
python:mainfrom
JelleZijlstra:lexists

Conversation

@JelleZijlstra

@JelleZijlstraJelleZijlstra commented Oct 3, 2024

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

@JelleZijlstraJelleZijlstra added the needs backport to 3.12 only security fixes label Oct 3, 2024
@miss-islington-app

This comment was marked as outdated.

@miss-islington-app

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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

@bedevere-appbedevere-appBot 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
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.12 only 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 freeto 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

@JelleZijlstra@nineteendo@erlend-aasland