From 3b4c5e5377ff1843ca2dfdb48ee9a7553f7d86a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9n=C3=A9dikt=20Tran?= <10796600+picnixz@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:24:51 +0100 Subject: [PATCH] blurb --- .../next/Library/2025-01-10-12-19-42.gh-issue-118761.i4yXe3.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2025-01-10-12-19-42.gh-issue-118761.i4yXe3.rst diff --git a/Misc/NEWS.d/next/Library/2025-01-10-12-19-42.gh-issue-118761.i4yXe3.rst b/Misc/NEWS.d/next/Library/2025-01-10-12-19-42.gh-issue-118761.i4yXe3.rst new file mode 100644 index 000000000000000..4b7aee6c5b82530 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2025-01-10-12-19-42.gh-issue-118761.i4yXe3.rst @@ -0,0 +1,2 @@ +Improve import time of :mod:`secrets` by a factor two. This is achieved by +importing :mod:`base64` on demand. Patch by Bénédikt Tran.