]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
authorCharles Machalow <csm10495@gmail.com>
Tue, 22 Nov 2022 17:19:34 +0000 (09:19 -0800)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2022 17:19:34 +0000 (17:19 +0000)
commit1b2de89bce7eee3c63ce2286f071db57cd2cfa22
tree34dfc872d34c8468edb2b7ef37cb89055097846e
parentc2102136be569e6fc8ed90181f229b46d07142f8
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
15 files changed:
Doc/library/os.path.rst
Doc/library/os.rst
Doc/library/pathlib.rst
Doc/whatsnew/3.12.rst
Lib/ntpath.py
Lib/pathlib.py
Lib/posixpath.py
Lib/shutil.py
Lib/test/test_ntpath.py
Lib/test/test_os.py
Lib/test/test_pathlib.py
Lib/test/test_posixpath.py
Misc/NEWS.d/next/Core and Builtins/2022-11-16-21-35-30.gh-issue-99547.p_c_bp.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c