From 823c66a789569d0172455d21ce70586503f03ba7 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 27 May 2024 20:04:01 +0200 Subject: [3.12] gh-119580: Improve version added section for convenience variable (GH-119583) (#119625) Co-authored-by: Tian Gao --- Doc/library/pdb.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index b8f15aa..8a6ee9c 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -278,6 +278,8 @@ There are three preset *convenience variables*: .. versionadded:: 3.12 + Added the *convenience variable* feature. + .. index:: pair: .pdbrc; file triple: debugger; configuration; file -- cgit v0.12