summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNice Zombies <nineteendo19d0@gmail.com>2024-07-04 14:56:06 (GMT)
committerGitHub <noreply@github.com>2024-07-04 14:56:06 (GMT)
commitdb1729143de0775c99e0453cb0fc01a799f289a0 (patch)
tree1f2cfbc90a54edab89060b1b0c9cd9dfd5aca156
parent67a05de17ca811459e0e856d8e51d0eaf0f76232 (diff)
downloadcpython-db1729143de0775c99e0453cb0fc01a799f289a0.zip
cpython-db1729143de0775c99e0453cb0fc01a799f289a0.tar.gz
cpython-db1729143de0775c99e0453cb0fc01a799f289a0.tar.bz2
gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817)
-rw-r--r--Misc/NEWS.d/next/Library/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/Library/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst b/Misc/NEWS.d/next/Library/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst
index de1462f..67b1fea 100644
--- a/Misc/NEWS.d/next/Library/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst
+++ b/Misc/NEWS.d/next/Library/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst
@@ -1 +1,2 @@
+Fix :func:`os.path.isfile` on Windows for pipes.
Speedup :func:`os.path.isjunction` and :func:`os.path.lexists` on Windows with a native implementation.