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 3825822 commit 01fb9deCopy full SHA for 01fb9de
docs/library/sys.rst
@@ -17,6 +17,9 @@ Functions
17
18
.. function:: print_exception(exc, file=sys.stdout, /)
19
20
+ This function is being deprecated and will be removed starting in
21
+ CircuitPython 10.x, `traceback.print_exception()` should be used instead.
22
+
23
Print exception with a traceback to a file-like object *file* (or
24
`sys.stdout` by default).
25
0 commit comments