Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-119826:ntpath.abspath() always return absolute path#119938

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zooba merged 13 commits intopython:mainfromnineteendo:fix-ntpath.abspath-2
Nov 12, 2024

Conversation

@nineteendo
Copy link
Contributor

@nineteendonineteendo commentedJun 2, 2024
edited by bedevere-appbot
Loading

@nineteendonineteendo marked this pull request as ready for reviewJune 2, 2024 11:54
nineteendoand others added2 commitsJune 2, 2024 14:27
Co-authored-by: Eryk Sun <eryksun@gmail.com>
Co-authored-by: Eryk Sun <eryksun@gmail.com>
nineteendoand others added3 commitsJune 3, 2024 08:34
@nineteendo
Copy link
ContributorAuthor

cc@zooba

@zoobazoobaenabled auto-merge (squash)November 12, 2024 20:45
@zooba
Copy link
Member

Thanks for the contribution! Apologies for taking so long to get to it.

nineteendo reacted with thumbs up emoji

@zoobazooba merged commit4b00aba intopython:mainNov 12, 2024
36 checks passed
@nineteendonineteendo deleted the fix-ntpath.abspath-2 branchNovember 13, 2024 06:00
@nineteendo
Copy link
ContributorAuthor

Do we backport this?

@erlend-aasland
Copy link
Contributor

Do we backport this?

The issue is marked withtype-feature; we do not backport features.

@nineteendo
Copy link
ContributorAuthor

nineteendo commentedNov 13, 2024
edited
Loading

The issue should probably be split up in 3:

  1. normpath('C:.'): bug for relative paths
  2. abspath('C:\x00'): always return absolute path
  3. abspath('./con'): support qualified referencing

The third counts as a feature, but I'm not sure about the first two.

@zoobazooba added the needs backport to 3.12only security fixes labelDec 2, 2024
@zoobazooba added the needs backport to 3.13bugs and security fixes labelDec 2, 2024
@miss-islington-app
Copy link

Thanks@nineteendo for the PR, and@zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks@nineteendo for the PR, and@zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestDec 2, 2024
…ythonGH-119938)(cherry picked from commit4b00aba)Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestDec 2, 2024
…ythonGH-119938)(cherry picked from commit4b00aba)Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
@bedevere-app
Copy link

GH-127534 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelDec 2, 2024
@bedevere-app
Copy link

GH-127535 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelDec 2, 2024
@zooba
Copy link
Member

This part of the change is only a bugfix, and only affects currently invalid results, so it's fine to backport. Other PRs attached to the same issue might be considered features (or at least too invasive to backport).

nineteendo reacted with thumbs up emoji

zooba pushed a commit that referenced this pull requestDec 2, 2024
(cherry picked from commit4b00aba)Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
zooba pushed a commit that referenced this pull requestDec 2, 2024
(cherry picked from commit4b00aba)Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@eryksuneryksuneryksun left review comments

@erlend-aaslanderlend-aaslanderlend-aasland left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@nineteendo@zooba@erlend-aasland@eryksun

[8]ページ先頭

©2009-2025 Movatter.jp