0.1.9
0.1.9
no release date
-
filters.Decode filter can also accept a non-basestring
object and will call str() + unicode() on itReferences: #47
-
comments can be placed at the end of control lines,
i.e. if foo: # a comment,, thanks to
Paul ColomietsReferences: #53
-
fixed expressions and page tag arguments and with embedded
newlines in CRLF templates, follow up to, thanks
Eric WoroshowReferences: #16
-
added an IOError catch for source file not found in RichTraceback
exception reporterReferences: #51