summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-22 00:29:34 (GMT)
committerGitHub <noreply@github.com>2024-05-22 00:29:34 (GMT)
commitf15fbe9991b9cb93d0b4c08e9931ac0770c4e40a (patch)
treeef94a830f296172cfcf69e179b1996d372c39193 /Misc
parentf371565169438c3b93763f298d5171985607ab5d (diff)
downloadcpython-f15fbe9991b9cb93d0b4c08e9931ac0770c4e40a.zip
cpython-f15fbe9991b9cb93d0b4c08e9931ac0770c4e40a.tar.gz
cpython-f15fbe9991b9cb93d0b4c08e9931ac0770c4e40a.tar.bz2
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases (GH-118755)
(cherry picked from commit b64182550f73e556344bd754d32e3be5d22a74e1) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst b/Misc/NEWS.d/next/Core and Builtins/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst
new file mode 100644
index 0000000..de1462f
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst
@@ -0,0 +1 @@
+Speedup :func:`os.path.isjunction` and :func:`os.path.lexists` on Windows with a native implementation.