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

This commit is contained in:
Nice Zombies 2024-07-04 16:56:06 +02:00 committed by GitHub
parent 67a05de17c
commit db1729143d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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