https://github.com/python/cpython/commit/3dfa364cf2ae94e797b25fe5cac74b016a5a7fe6
commit: 3dfa364cf2ae94e797b25fe5cac74b016a5a7fe6
branch: main
author: Tian Gao <[email protected]>
committer: AlexWaygood <[email protected]>
date: 2024-05-27T17:54:23Z
summary:

gh-119580: Improve version added section for convenience variable (#119583)

files:
M Doc/library/pdb.rst

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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to