Skip to content

0.7.3

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 02 Sep 18:48

0.7.3

Released: Wed Nov 7 2012

  • [bug] legacy_html_escape function, used when
    Markupsafe isn't installed, was using an inline-compiled
    regexp which causes major slowdowns on Python 3.3;
    is now precompiled.

  • [bug] AST supporting now supports tuple-packed
    function arguments inside pure-python def
    or lambda expressions.

    References: #201

  • [bug] Fixed Py3K bug in the Babel extension.

  • [bug] Fixed the "filter" attribute of the
    <%text> tag so that it pulls locally specified
    identifiers from the context the same
    way as that of <%block> and <%filter>.

  • [bug] Fixed bug in plugin loader to correctly
    raise exception when non-existent plugin
    is specified.