mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
[3.12] gh-89412: Add missing attributes (added in 3.10) to traceback module docs (GH-105046) (#105327)
(cherry picked from commit a4f72fa39a
)
Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
parent
05b6153456
commit
ab660e9a53
3 changed files with 18 additions and 2 deletions
|
@ -674,8 +674,8 @@ class TracebackException:
|
|||
occurred.
|
||||
- :attr:`offset` For syntax errors - the offset into the text where the
|
||||
error occurred.
|
||||
- :attr:`end_offset` For syntax errors - the offset into the text where the
|
||||
error occurred. Can be `None` if not present.
|
||||
- :attr:`end_offset` For syntax errors - the end offset into the text where
|
||||
the error occurred. Can be `None` if not present.
|
||||
- :attr:`msg` For syntax errors - the compiler error message.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue