From ea52bfc66d186f721b263f14858a0b12c892d760 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Tue, 9 Apr 2024 20:42:22 +0200 Subject: [PATCH] Remove unneeded and imprecise NEWS entry The speedup given in the PR was: For Windows, between 5% and 14% faster. For *nix, between 0% and 35% faster. --- .../2024-04-08-20-26-15.gh-issue-117648.NzVEa7.rst | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Misc/NEWS.d/next/Core and Builtins/2024-04-08-20-26-15.gh-issue-117648.NzVEa7.rst diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-04-08-20-26-15.gh-issue-117648.NzVEa7.rst b/Misc/NEWS.d/next/Core and Builtins/2024-04-08-20-26-15.gh-issue-117648.NzVEa7.rst deleted file mode 100644 index c7e0dfcc461fc9..00000000000000 --- a/Misc/NEWS.d/next/Core and Builtins/2024-04-08-20-26-15.gh-issue-117648.NzVEa7.rst +++ /dev/null @@ -1 +0,0 @@ -Speedup :func:`os.path.join` by up to 6% on Windows.