From 868e9ab031b95a431c7db2353d87aa86063d1819 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Thu, 4 Jul 2024 16:15:22 +0100 Subject: [PATCH] gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817) --- Misc/NEWS.d/3.13.0b2.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Misc/NEWS.d/3.13.0b2.rst b/Misc/NEWS.d/3.13.0b2.rst index ec9a6ca4463..d5559fbaa33 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.