We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504da3c commit 7c334a3Copy full SHA for 7c334a3
Doc/whatsnew/3.11.rst
@@ -808,6 +808,20 @@ time
808
it had a resolution of 1 millisecond (10\ :sup:`-3` seconds).
809
(Contributed by Benjamin Szőke, Dong-hee Na, Eryk Sun and Victor Stinner in :issue:`21302` and :issue:`45429`.)
810
811
+
812
+traceback
813
+---------
814
815
+* Add :func:`traceback.StackSummary.format_frame_summary` to allow users
816
+ to override which frames appear in the traceback, and how they are
817
+ formatted.
818
+ (Contributed by Ammar Askar in :issue:`44569`.)
819
820
+* Add :func:`traceback.TracebackException.print`, which prints the
821
+ formatted :exc:`~traceback.TracebackException` instance to a file.
822
+ (Contributed by Irit Katriel in :issue:`33809`.)
823
824
825
typing
826
------
827
0 commit comments