Thanks to visit codestin.com Credit goes to github.com
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 1a720c6 commit c5bc67bCopy full SHA for c5bc67b
1 file changed
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