diff --git a/Doc/library/traceback.rst b/Doc/library/traceback.rst index 757fdf601cd0fe..b5464ac55ddfa9 100644 --- a/Doc/library/traceback.rst +++ b/Doc/library/traceback.rst @@ -551,6 +551,9 @@ in a :ref:`traceback `. The last line number of the source code for this frame. By default, it is set to ``lineno`` and indexation starts from 1. + .. versionchanged:: 3.13 + The default value changed from ``None`` to ``lineno``. + .. attribute:: FrameSummary.colno The column number of the source code for this frame.