From: Steve Dower Date: Thu, 4 Jul 2024 15:15:22 +0000 (+0100) Subject: gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817) X-Git-Tag: v3.13.0b4~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=868e9ab031b95a431c7db2353d87aa86063d1819;p=thirdparty%2FPython%2Fcpython.git gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817) --- diff --git a/Misc/NEWS.d/3.13.0b2.rst b/Misc/NEWS.d/3.13.0b2.rst index ec9a6ca4463d..d5559fbaa334 100644 --- a/Misc/NEWS.d/3.13.0b2.rst +++ b/Misc/NEWS.d/3.13.0b2.rst @@ -477,6 +477,7 @@ Fix errors in calling Tkinter bindings on Windows. .. nonce: OCQsAY .. section: Library +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.