File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,10 @@ The following exceptions are used mostly as base classes for other exceptions.
162162 .. attribute :: __timestamp_ns__
163163
164164 The absolute time in nanoseconds at which this exception was instantiated
165- (usually: when it was raised); the same accuracy as :func: `time.time_ns `.
166- Display of these timestamps after the exception message in tracebacks is
167- off by default but can be configured using the
165+ (usually: when it was raised).
166+ Having the same accuracy and time epoch as :func: `time.time_ns `.
167+ Collection and display of these timestamps after the exception message in
168+ tracebacks is off by default but can be configured using the
168169 :envvar: `PYTHON_TRACEBACK_TIMESTAMPS ` environment variable or the
169170 :option: `-X traceback_timestamps <-X> ` command line option. In
170171 applications with complicated exception chains and exception groups it
You can’t perform that action at this time.
0 commit comments