]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-117648: Amend NEWS entry (#117697)
authorErlend E. Aasland <erlend@python.org>
Tue, 9 Apr 2024 20:03:47 +0000 (22:03 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2024 20:03:47 +0000 (20:03 +0000)
Make the wording more vague; the performance impact varies a lot
depending on platform and input.

Misc/NEWS.d/3.13.0a6.rst

index f7e90722d659a88306ab1fc036bb4caf2a299471..52735dba3578b5473404be099054add5211e5758 100644 (file)
@@ -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`.
 
 ..