]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817)
authorNice Zombies <nineteendo19d0@gmail.com>
Thu, 4 Jul 2024 14:56:06 +0000 (16:56 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jul 2024 14:56:06 +0000 (15:56 +0100)
Misc/NEWS.d/next/Library/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst

index de1462f0d24fce12ca6864be7b2c7aa1c2506a96..67b1fea4f83cb4614db87d630505584a381d0300 100644 (file)
@@ -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.