Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
9de5eb27
Commit
9de5eb27
authored
Jun 10, 2016
by
Paul Sokolovsky
Browse files
docs/sys: Detailed description of print_exception() diff from traceback module.
parent
343b5c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/library/sys.rst
View file @
9de5eb27
...
...
@@ -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
---------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment