Interesting. Thanks!
On 20.03.2013, at 15:17, Ian Foote wrote:
> On 20/03/13 13:38, Jan Oelze wrote:
>
>> "Strings are compared lexicographically using the numeric equivalents
>> (the result of the built-in function ord()) of their characters. Unicode
>>
From the docs[0]:
"Strings are compared lexicographically using the numeric equivalents (the
result of the built-in function ord()) of their characters. Unicode and 8-bit
strings are fully interoperable in this behavior."
[0] http://docs.python.org/2/reference/expressions.html#not-in
On 20.03.