We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a720c6 commit c5bc67bCopy full SHA for c5bc67b
Doc/whatsnew/3.11.rst
@@ -825,6 +825,20 @@ time
825
it had a resolution of 1 millisecond (10\ :sup:`-3` seconds).
826
(Contributed by Benjamin Szőke, Dong-hee Na, Eryk Sun and Victor Stinner in :issue:`21302` and :issue:`45429`.)
827
828
+
829
+traceback
830
+---------
831
832
+* Add :func:`traceback.StackSummary.format_frame_summary` to allow users
833
+ to override which frames appear in the traceback, and how they are
834
+ formatted.
835
+ (Contributed by Ammar Askar in :issue:`44569`.)
836
837
+* Add :func:`traceback.TracebackException.print`, which prints the
838
+ formatted :exc:`~traceback.TracebackException` instance to a file.
839
+ (Contributed by Irit Katriel in :issue:`33809`.)
840
841
842
typing
843
------
844
0 commit comments