From: Nice Zombies Date: Thu, 4 Jul 2024 14:56:06 +0000 (+0200) Subject: gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817) X-Git-Tag: v3.14.0a1~1225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db1729143de0775c99e0453cb0fc01a799f289a0;p=thirdparty%2FPython%2Fcpython.git gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817) --- 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 de1462f0d24f..67b1fea4f83c 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.