Skip to content

Commit b7454fb

Browse files
committed
add whatsnew entry
1 parent ded22f3 commit b7454fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,15 @@ tarfile
171171
and :cve:`2025-4435`.)
172172

173173

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+
174183
zlib
175184
----
176185

0 commit comments

Comments
 (0)