From: Erlend E. Aasland Date: Tue, 9 Apr 2024 20:03:47 +0000 (+0200) Subject: gh-117648: Amend NEWS entry (#117697) X-Git-Tag: v3.13.0b1~502 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca7591577926d13083291c3caef408116429f539;p=thirdparty%2FPython%2Fcpython.git gh-117648: Amend NEWS entry (#117697) Make the wording more vague; the performance impact varies a lot depending on platform and input. --- diff --git a/Misc/NEWS.d/3.13.0a6.rst b/Misc/NEWS.d/3.13.0a6.rst index f7e90722d659..52735dba3578 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`. ..