https://github.com/python/cpython/commit/ca7591577926d13083291c3caef408116429f539 commit: ca7591577926d13083291c3caef408116429f539 branch: main author: Erlend E. Aasland <[email protected]> committer: erlend-aasland <[email protected]> date: 2024-04-09T20:03:47Z summary:
gh-117648: Amend NEWS entry (#117697) Make the wording more vague; the performance impact varies a lot depending on platform and input. files: M Misc/NEWS.d/3.13.0a6.rst diff --git a/Misc/NEWS.d/3.13.0a6.rst b/Misc/NEWS.d/3.13.0a6.rst index f7e90722d659a8..52735dba3578b5 100644 --- a/Misc/NEWS.d/3.13.0a6.rst +++ b/Misc/NEWS.d/3.13.0a6.rst @@ -4,7 +4,7 @@ .. release date: 2024-04-09 .. section: Core and Builtins -Speedup :func:`os.path.join` by up to 6% on Windows. +Improve performance of :func:`os.path.join`. .. _______________________________________________ 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]
