Paul Sokolovsky 46c3ab2004 modsys: Add sys.print_exception(exc, file=sys.stdout) function.
The function is modeled after traceback.print_exception(), but unbloated,
and put into existing module to save overhead on adding another module.
Compliant traceback.print_exception() is intended to be implemented in
micropython-lib in terms of sys.print_exception().

This change required refactoring mp_obj_print_exception() to take pfenv_t
interface arguments.

Addresses #751.
2014-12-08 20:25:49 +00:00
..
2014-11-25 11:42:26 +00:00
2014-03-11 23:55:41 -07:00
2014-09-27 19:40:37 -07:00
2014-05-02 23:03:23 +01:00
2014-11-26 18:52:33 +00:00
2014-10-02 17:32:02 +01:00
2014-03-12 18:15:55 -07:00
2014-10-02 14:51:17 +01:00
2014-10-05 21:51:54 +01:00
2014-06-15 00:41:47 +01:00
2014-06-15 22:48:05 -07:00
2014-10-20 00:04:27 +01:00
2014-06-02 21:43:02 +02:00