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

Appearance settings

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

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

Closed
wants to merge 12 commits into from
Closed
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
nineteendo committed May 31, 2024
commit a9b6cc26569e4644c9984ab82c99c240be7ab68a
2 changes: 1 addition & 1 deletion 2 Lib/ntpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def abspath(path):
def abspath(path):
"""Return the absolute version of a path."""
try:
return _getfullpathname(_normpath(path, explict_curdir=True))
return _getfullpathname(_normpath(path, explicit_curdir=True))
except (OSError, ValueError):
# See gh-75230, handle outside for cleaner traceback
pass
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.