Addressed issue #55: Add to Template() support for "encoding" and "errors"
Added two keyword arguments to Template.__init__(): "default_encoding" and "decode_errors". These are passed internally to unicode() as the "encoding" and "errors" arguments when converting strings of type str to unicode.
Showing
Please
register
or
sign in
to comment