We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31fd434 + c6513f7 commit 916aec7Copy full SHA for 916aec7
Doc/library/traceback.rst
@@ -551,6 +551,9 @@ in a :ref:`traceback <traceback-objects>`.
551
The last line number of the source code for this frame.
552
By default, it is set to ``lineno`` and indexation starts from 1.
553
554
+ .. versionchanged:: 3.13
555
+ The default value changed from ``None`` to ``lineno``.
556
+
557
.. attribute:: FrameSummary.colno
558
559
The column number of the source code for this frame.
0 commit comments