diff options
author | Mike Bonnet <mikeb@redhat.com> | 2009-10-16 19:52:41 -0400 |
---|---|---|
committer | R. Tyler Ballance <tyler@monkeypox.org> | 2009-10-18 16:24:06 -0700 |
commit | 4213bbe9856d9c33a35ed2d7d5dba1ca16472015 (patch) | |
tree | 1cf28ab5d507d04aa0b476a37300d7e6de358533 /TODO | |
parent | 87cb61133ea9f1b53b811d534e3fae73e41c5e9a (diff) | |
download | python-cheetah-4213bbe9856d9c33a35ed2d7d5dba1ca16472015.tar.gz |
remove unnecessary encoding in the default filters, now that everything is a unicode object internally
There is no longer any value in having the filters return encoded str objects,
since they need to be decoded back to unicode before they can be combined with
the rest of the template text (which is managed as a unicode object). This
patch maintains API compatibility but fundamentally changes the behavior of
some of the filters. RawOrEncodedUnicode and EncodeUnicode should be
deprecated and removed from the API.
Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions