summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.5.rst
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-12-09 22:43:53 (GMT)
committerGitHub <noreply@github.com>2023-12-09 22:43:53 (GMT)
commit96f64a2b1b4e3d4902848c63e42717a9c5539e03 (patch)
tree0bc882ca87c7f75818d3c3cd4b0bee23b878884e /Doc/whatsnew/3.5.rst
parent54410e6bd9460c9899b17132f34fd1a68b0cbdfe (diff)
downloadcpython-96f64a2b1b4e3d4902848c63e42717a9c5539e03.zip
cpython-96f64a2b1b4e3d4902848c63e42717a9c5539e03.tar.gz
cpython-96f64a2b1b4e3d4902848c63e42717a9c5539e03.tar.bz2
gh-101100: Improve documentation of `TracebackType` attributes (#112884)
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r--Doc/whatsnew/3.5.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index ae6affc..a328660 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -1947,7 +1947,8 @@ traceback
---------
New :func:`~traceback.walk_stack` and :func:`~traceback.walk_tb`
-functions to conveniently traverse frame and traceback objects.
+functions to conveniently traverse frame and
+:ref:`traceback objects <traceback-objects>`.
(Contributed by Robert Collins in :issue:`17911`.)
New lightweight classes: :class:`~traceback.TracebackException`,