From 9a68bb9db5ce1afed0c9d8b78db05ba4e50c96a3 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 3 May 2026 23:29:53 +0300 Subject: [PATCH] Add blurb --- .../next/Library/2026-05-03-23-29-34.gh-issue-142389.SVYiSv.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2026-05-03-23-29-34.gh-issue-142389.SVYiSv.rst diff --git a/Misc/NEWS.d/next/Library/2026-05-03-23-29-34.gh-issue-142389.SVYiSv.rst b/Misc/NEWS.d/next/Library/2026-05-03-23-29-34.gh-issue-142389.SVYiSv.rst new file mode 100644 index 00000000000..6f3f53187de --- /dev/null +++ b/Misc/NEWS.d/next/Library/2026-05-03-23-29-34.gh-issue-142389.SVYiSv.rst @@ -0,0 +1,2 @@ +Add backticks for colour to regrtest and pdb's help description. Patch by +Hugo van Kemenade.