We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343b5c1 commit 9de5eb2Copy full SHA for 9de5eb2
docs/library/sys.rst
@@ -21,7 +21,12 @@ Functions
21
.. admonition:: Difference to CPython
22
:class: attention
23
24
- This function appears in the ``traceback`` module in CPython.
+ This is simplified version of a function which appears in the
25
+ ``traceback`` module in CPython. Unlike ``traceback.print_exception()``,
26
+ this function takes just exception value instead of exception type,
27
+ exception value, and traceback object; `file` argument should be
28
+ positional; further arguments are not support. Compliant
29
+ ``traceback`` module can be found in micropython-lib.
30
31
Constants
32
---------
0 commit comments