https://github.com/python/cpython/commit/db1729143de0775c99e0453cb0fc01a799f289a0 commit: db1729143de0775c99e0453cb0fc01a799f289a0 branch: main author: Nice Zombies <[email protected]> committer: zooba <[email protected]> date: 2024-07-04T15:56:06+01:00 summary:
gh-118507: Amend news entry to mention ntpath.isfile bugfix (GH-120817) files: M Misc/NEWS.d/next/Library/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst diff --git a/Misc/NEWS.d/next/Library/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst b/Misc/NEWS.d/next/Library/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst index de1462f0d24fce..67b1fea4f83cb4 100644 --- a/Misc/NEWS.d/next/Library/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst +++ b/Misc/NEWS.d/next/Library/2024-05-08-18-33-07.gh-issue-118507.OCQsAY.rst @@ -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. _______________________________________________ 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]
