https://github.com/python/cpython/commit/9edf0109eb313c006f71daf93fe309273c788086 commit: 9edf0109eb313c006f71daf93fe309273c788086 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood <[email protected]> date: 2024-05-27T18:13:01Z summary:
[3.13] gh-119580: Improve version added section for convenience variable (GH-119583) (#119624) 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 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]
