8000 gh-126782: Support qualified referencing for `ntpath.abspath()` by nineteendo · Pull Request #126784 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-126782: Support qualified referencing for ntpath.abspath() #126784

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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update and rename 2024-05-31-12-44-38.gh-issue-119826.Atm9ol.rst to 2…
…024-05-31-12-44-38.gh-issue-126782.Atm9ol.rst
  • Loading branch information
nineteendo authored Nov 13, 2024
commit e3e42c501d1fb0fc35954f6d0cbedcfbaa3a43be

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support qualified referencing for :func:`os.path.abspath` on Windows.
0