summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-06-05 17:02:23 (GMT)
committerGitHub <noreply@github.com>2023-06-05 17:02:23 (GMT)
commitfaae548e0e22585e2f8ac5f92f9587c837f1db97 (patch)
treea542cbb85aef90828f17e2064413ce5f42be1a3d /Misc
parent93d9e990fbc14e3bf2b8f050033e25bdb4cb818c (diff)
downloadcpython-faae548e0e22585e2f8ac5f92f9587c837f1db97.zip
cpython-faae548e0e22585e2f8ac5f92f9587c837f1db97.tar.gz
cpython-faae548e0e22585e2f8ac5f92f9587c837f1db97.tar.bz2
[3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module docs (GH-105046) (#105328)
(cherry picked from commit a4f72fa39a9d391c7b931ba1906d81da4ae01949) Co-authored-by: Jakub Kuczys <me@jacken.men>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2023-05-28-19-08-42.gh-issue-89412.j4cg7K.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2023-05-28-19-08-42.gh-issue-89412.j4cg7K.rst b/Misc/NEWS.d/next/Documentation/2023-05-28-19-08-42.gh-issue-89412.j4cg7K.rst
new file mode 100644
index 0000000..00937e5
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2023-05-28-19-08-42.gh-issue-89412.j4cg7K.rst
@@ -0,0 +1,2 @@
+Add missing documentation for the ``end_lineno`` and ``end_offset`` attributes
+of the :class:`traceback.TracebackException` class.