From 0ee7326304e41c76be97bcf2f4ee040c9a98d0d2 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 7d67e06434b799..cd6496203949ea 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -290,6 +290,8 @@ There are three preset *convenience variables*: .. versionadded:: 3.12 + Added the *convenience variable* feature. + .. index:: pair: .pdbrc; file triple: debugger; configuration; file