template.py
11.1 KB
-
Addressed issue #55: Add to Template() support for "encoding" and "errors" · 3dd53c1a
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.
Chris Jerdonek committed