https://github.com/python/cpython/commit/868e9ab031b95a431c7db2353d87aa86063d1819
commit: 868e9ab031b95a431c7db2353d87aa86063d1819
branch: 3.13
author: Steve Dower <[email protected]>
committer: zooba <[email protected]>
date: 2024-07-04T15:15:22Z
summary:

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

files:
M Misc/NEWS.d/3.13.0b2.rst

diff --git a/Misc/NEWS.d/3.13.0b2.rst b/Misc/NEWS.d/3.13.0b2.rst
index ec9a6ca4463d3c..d5559fbaa334ac 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.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to