Skip to content

1.0.10

Choose a tag to compare

@sqla-tester sqla-tester released this 02 Sep 18:48

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