Skip to content

0.3.5

Choose a tag to compare

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

0.3.5

Released: Sun Oct 24 2010

  • The <%namespace> tag allows expressions
    for the file argument, i.e. with ${}.
    The context variable, if needed,
    must be referenced explicitly.

    References: #141

  • ${} expressions embedded in tags,
    such as <%foo:bar x="${...}">, now
    allow multiline Python expressions.

  • Fixed previously non-covered regular
    expression, such that using a ${} expression
    inside of a tag element that doesn't allow
    them raises a CompileException instead of
    silently failing.

  • Added a try/except around "import markupsafe".
    This to support GAE which can't run markupsafe. No idea whatsoever if the
    install_requires in setup.py also breaks GAE,
    couldn't get an answer on this.

    References: #151