]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817)
authorSteve Dower <steve.dower@python.org>
Thu, 4 Jul 2024 15:15:22 +0000 (16:15 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Jul 2024 15:15:22 +0000 (15:15 +0000)
Misc/NEWS.d/3.13.0b2.rst

index ec9a6ca4463d3c3e1cc9eafb6ba7778fc0e7d53f..d5559fbaa334ac7f97598e0e8fcfe55f2615de5c 100644 (file)
@@ -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.