1.0.10
1.0.10
Released: Fri May 10 2019
-
[bug] [py3k] Added a default encoding of "utf-8" when the
RichTraceback
object retrieves Python source lines from a Python traceback; as these
are bytes in Python 3 they need to be decoded so that they can be
formatted in the template.References: #293