]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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>

No differences found