[PATCH 5/7] py3k: the basestring and unicode types are removed in python 3
Justus Winter
4winter at informatik.uni-hamburg.de
Sun Jan 8 06:04:44 PST 2012
Hi Tomi, Hi Sebastian :)
Quoting Tomi Ollila (2012-01-04 19:07:11)
>On Mon, 02 Jan 2012 16:15:58 +0100, Sebastian Spaeth <Sebastian at SSpaeth.de> wrote:
>> Happy new year. Pushed patches 1-4 of this series so far. Looking fine,
nice, thanks.
>> but ugh, the below seems like a rather ugly hack in a function that is
>> probably called quite often.
>>
>> Isn't there a more pretty variant avoiding these sys.version_info checks
>> all over the place?
Well, I rebased and updated this patch. There are now two different
implementations of _str like there are two Python3StringMixIn
classes. I'll send this patch as reply to this message.
>Does the Python3StringMixIn stuff in later patches already handle this
>patch -- and making this obsolete ?
No, that only handles the __str__ and __unicode__ stuff.
Cheers,
Justus
More information about the notmuch
mailing list