Skip to content

1.0.13

Choose a tag to compare

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

1.0.13

Released: Mon Jul 1 2019

  • [bug] [exceptions] Improved the line-number tracking for source lines inside of Python <% ... %> blocks, such that text- and HTML-formatted exception traces such
    as that of html_error_template() now report the correct source line
    inside the block, rather than the first line of the block itself.
    Exceptions in <%! ... %> blocks which get raised while loading the
    module are still not reported correctly, as these are handled before the
    Mako code is generated. Pull request courtesy Martin von Gagern.