aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Sebastian Spaeth <Sebastian@SSpaeth.de>2012-01-02 17:07:53 +0100
committerGravatar Sebastian Spaeth <Sebastian@SSpaeth.de>2012-01-02 17:07:53 +0100
commit228d8c0528311fa0e6c7ef675530b653019946de (patch)
treef643bd5e0d53befba1ca25b21cd29d95808d4b37 /test
parentada246aa20c2f9b1e225bc50865e208d03296fc0 (diff)
python: str.decode() doesn't like kwargs in python 2.5
Recent changes introduced lots of unicodification of strings, mostly in the form of .decode('utf-8', errors='ignore'). However, python 2.5 does not like the errors keyword argument and complains. It does work when used as a simple arg though, so that's what this patch does. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions