diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2024-05-27 17:54:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 17:54:23 (GMT) |
commit | 3dfa364cf2ae94e797b25fe5cac74b016a5a7fe6 (patch) | |
tree | 88b1c2679be254c2b140f8dd39257eba0b51cc75 /Doc/library/pdb.rst | |
parent | 88e3fee3f81f3470cf4fe2e2611441071779e884 (diff) | |
download | cpython-3dfa364cf2ae94e797b25fe5cac74b016a5a7fe6.zip cpython-3dfa364cf2ae94e797b25fe5cac74b016a5a7fe6.tar.gz cpython-3dfa364cf2ae94e797b25fe5cac74b016a5a7fe6.tar.bz2 |
gh-119580: Improve version added section for convenience variable (#119583)
Diffstat (limited to 'Doc/library/pdb.rst')
-rw-r--r-- | Doc/library/pdb.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 7d67e06..cd64962 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 |