summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2024-04-09 20:03:47 (GMT)
committerGitHub <noreply@github.com>2024-04-09 20:03:47 (GMT)
commitca7591577926d13083291c3caef408116429f539 (patch)
tree498b698dd7a2097dc79a9fcd3033fe716c8058c5 /Misc
parentd0f93d132fb74e6a76e3001c7a90779980dd97fd (diff)
downloadcpython-ca7591577926d13083291c3caef408116429f539.zip
cpython-ca7591577926d13083291c3caef408116429f539.tar.gz
cpython-ca7591577926d13083291c3caef408116429f539.tar.bz2
gh-117648: Amend NEWS entry (#117697)
Make the wording more vague; the performance impact varies a lot depending on platform and input.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.13.0a6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.13.0a6.rst b/Misc/NEWS.d/3.13.0a6.rst
index f7e9072..52735db 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`.
..