notmuch/bindings/python/notmuch
Sebastian Spaeth 228d8c0528 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>
2012-01-02 17:07:53 +01:00
..
__init__.py pep8 fixes 2011-12-06 12:20:45 +01:00
database.py python: str.decode() doesn't like kwargs in python 2.5 2012-01-02 17:07:53 +01:00
filename.py python: str.decode() doesn't like kwargs in python 2.5 2012-01-02 17:07:53 +01:00
globals.py py3k: Add and use a mixin class that implements __str__ 2012-01-02 16:33:29 +01:00
message.py python: str.decode() doesn't like kwargs in python 2.5 2012-01-02 17:07:53 +01:00
tag.py py3k: Add and use a mixin class that implements __str__ 2012-01-02 16:33:29 +01:00
thread.py python: str.decode() doesn't like kwargs in python 2.5 2012-01-02 17:07:53 +01:00
version.py version: bump for bugfix release 0.10.2 2011-12-05 18:07:00 -04:00