./devel/py-tracerite, Human-readable HTML tracebacks for Python exceptions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.1, Package name: py311-tracerite-1.1.1, Maintainer: pkgsrc-users

TraceRite hides the irrelevant IPython/notebook internals and concisely shows
what happened (the program was interrupted) and where that happened. This could
further be improved by converting the KeyboardInterrupt message into something
more suitable, like "You stopped the program", but what you see above is just
the default handling that never considered this particular error.


Master sites:

Filesize: 263.146 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-15 18:55:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tracerite: updated to 1.1.1

1.1.1

Avoid using built-in vars() which fails on objects without dict
   2023-08-11 14:41:47 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-tracerite: added version 1.1.0

TraceRite hides the irrelevant IPython/notebook internals and concisely shows
what happened (the program was interrupted) and where that happened. This could
further be improved by converting the KeyboardInterrupt message into something
more suitable, like "You stopped the program", but what you see above \ 
is just
the default handling that never considered this particular error.