]> git.notmuchmail.org Git - notmuch/commit
py3k: add a specialized version of _str for python3
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 16 Jan 2012 12:39:41 +0000 (13:39 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 16 Jan 2012 12:43:11 +0000 (13:43 +0100)
commit7ddd849015759a329bf8fef8c8b5a93359408962
treeaac8cc6fe2dcef0560bd87710c466cb97e49187b
parent42e8f66edf91095bb87b3ee7713b94002ffd3edc
py3k: add a specialized version of _str for python3

All strings are unicode strings in python 3 and the basestring and
unicode types are removed hence the need for a specialized version.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
bindings/python/notmuch/globals.py