Skip to content

0.1.9

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

0.1.9

no release date

  • filters.Decode filter can also accept a non-basestring
    object and will call str() + unicode() on it

    References: #47

  • comments can be placed at the end of control lines,
    i.e. if foo: # a comment,, thanks to
    Paul Colomiets

    References: #53

  • fixed expressions and page tag arguments and with embedded
    newlines in CRLF templates, follow up to, thanks
    Eric Woroshow

    References: #16

  • added an IOError catch for source file not found in RichTraceback
    exception reporter

    References: #51