From 7dfbce5617c6f8f6199d8697338a566d6d63d054 Mon Sep 17 00:00:00 2001 From: Tian Gao Date: Mon, 27 May 2024 10:54:23 -0700 Subject: [PATCH] gh-119580: Improve version added section for convenience variable (GH-119583) (cherry picked from commit 3dfa364cf2ae94e797b25fe5cac74b016a5a7fe6) 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 b8f15aaa5a9a09..8a6ee9c5c19976 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