Skip to content

Commit fc9aab9

Browse files
authored
Merge branch '3.13' into backport-a42168d-3.13
2 parents bbab776 + 3bef4af commit fc9aab9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/traceback.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,9 @@ in a :ref:`traceback <traceback-objects>`.
542542
The last line number of the source code for this frame.
543543
By default, it is set to ``lineno`` and indexation starts from 1.
544544

545+
.. versionchanged:: 3.13
546+
The default value changed from ``None`` to ``lineno``.
547+
545548
.. attribute:: FrameSummary.colno
546549

547550
The column number of the source code for this frame.

0 commit comments

Comments
 (0)