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