docs: Add CPy diff note for print_exception; embellish sys.platform.

pull/1015/head
Damien George 2014-12-19 22:10:38 +00:00
rodzic 2a3e2b9033
commit 6d3ae569cf
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -17,6 +17,10 @@ Functions
Print exception with a traceback to a file-like object ``file`` (or
``sys.stdout`` by default).
.. admonition:: Difference to CPython
This function appears in the ``traceback`` module in CPython.
Constants
---------
@ -34,7 +38,9 @@ Constants
.. data:: platform
the platform that Micro Python is running on
The platform that Micro Python is running on. This is "pyboard" on the
pyboard and provides a robust way of determining if a script is running
on the pyboard or not.
.. data:: stderr