https://github.com/python/cpython/commit/823c66a789569d0172455d21ce70586503f03ba7 commit: 823c66a789569d0172455d21ce70586503f03ba7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood <[email protected]> date: 2024-05-27T19:04:01+01:00 summary:
[3.12] gh-119580: Improve version added section for convenience variable (GH-119583) (#119625) Co-authored-by: Tian Gao <[email protected]> files: M Doc/library/pdb.rst 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 _______________________________________________ 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]
