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.
1 parent ded22f3 commit b7454fbCopy full SHA for b7454fb
1 file changed
Doc/whatsnew/3.15.rst
@@ -171,6 +171,15 @@ tarfile
171
and :cve:`2025-4435`.)
172
173
174
+traceback
175
+----------
176
+
177
+* The keyword only argument ``show_lines=True`` is added to all functions and
178
+ methods formatting or printing traceback. You can suppress the display of
179
+ source code lines in the traceback by passing ``show_lines=False``.
180
+ (Contributed by Inada Naoki in TBD).
181
182
183
zlib
184
----
185
0 commit comments