diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-27 18:13:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 18:13:01 (GMT) |
commit | 9edf0109eb313c006f71daf93fe309273c788086 (patch) | |
tree | 20c35a7617c581a372a7dfa7f328dddde9875750 | |
parent | ba71835fa5780882fa0327745d45a1cd5879e756 (diff) | |
download | cpython-9edf0109eb313c006f71daf93fe309273c788086.zip cpython-9edf0109eb313c006f71daf93fe309273c788086.tar.gz cpython-9edf0109eb313c006f71daf93fe309273c788086.tar.bz2 |
[3.13] gh-119580: Improve version added section for convenience variable (GH-119583) (#119624)
Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
-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 |