From db1729143de0775c99e0453cb0fc01a799f289a0 Mon Sep 17 00:00:00 2001 From: Nice Zombies Date: Thu, 4 Jul 2024 16:56:06 +0200 Subject: [PATCH] gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817) --- .../next/Library/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst | 1 + 1 file changed, 1 insertion(+) 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 de1462f0d24..67b1fea4f83 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.