docs/sys: Detailed description of print_exception() diff from traceback module.

This commit is contained in:
Paul Sokolovsky 2016-06-10 23:06:56 +03:00
parent 343b5c1081
commit 9de5eb278d

View File

@ -21,7 +21,12 @@ Functions
.. admonition:: Difference to CPython
:class: attention
This function appears in the ``traceback`` module in CPython.
This is simplified version of a function which appears in the
``traceback`` module in CPython. Unlike ``traceback.print_exception()``,
this function takes just exception value instead of exception type,
exception value, and traceback object; `file` argument should be
positional; further arguments are not support. Compliant
``traceback`` module can be found in micropython-lib.
Constants
---------