gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817)

This commit is contained in:
Steve Dower 2024-07-04 16:15:22 +01:00 committed by GitHub
parent 77ced7601c
commit 868e9ab031
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View 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.