]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-71189: Support all-but-last mode in os.path.realpath() (GH-117562)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Jul 2025 07:19:19 +0000 (10:19 +0300)
committerGitHub <noreply@github.com>
Wed, 30 Jul 2025 07:19:19 +0000 (10:19 +0300)
commit9d3b53c47fab9ebf1f40d6f21b7d1ad391c14cd7
treed122b44fbc051232c6327cce8ae46144d146aeb8
parent5236b0281b91a874b14cf15f3fdef9b7beffb22f
gh-71189: Support all-but-last mode in os.path.realpath() (GH-117562)
Doc/library/os.path.rst
Doc/whatsnew/3.15.rst
Lib/genericpath.py
Lib/ntpath.py
Lib/posixpath.py
Lib/test/test_genericpath.py
Lib/test/test_ntpath.py
Lib/test/test_posixpath.py
Misc/NEWS.d/next/Library/2025-05-20-11-51-17.gh-issue-71189.0LpTB1.rst [new file with mode: 0644]