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 bbab776 + 3bef4af commit fc9aab9Copy full SHA for fc9aab9
Doc/library/traceback.rst
@@ -542,6 +542,9 @@ in a :ref:`traceback <traceback-objects>`.
542
The last line number of the source code for this frame.
543
By default, it is set to ``lineno`` and indexation starts from 1.
544
545
+ .. versionchanged:: 3.13
546
+ The default value changed from ``None`` to ``lineno``.
547
+
548
.. attribute:: FrameSummary.colno
549
550
The column number of the source code for this frame.
0 commit comments