Skip to content

0.3.4

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

0.3.4

Released: Tue Jun 22 2010

  • Now using MarkupSafe for HTML escaping,
    i.e. in place of cgi.escape(). Faster
    C-based implementation and also escapes
    single quotes for additional security.
    Supports the html attribute for
    the given expression as well.

    When using "disable_unicode" mode,
    a pure Python HTML escaper function
    is used which also quotes single quotes.

    Note that Pylons by default doesn't
    use Mako's filter - check your
    environment.py file.

  • Fixed call to "unicode.strip" in
    exceptions.text_error_template which
    is not Py3k compatible.

    References: #137