[Python-3000] String comparison

Stephen J. Turnbull stephen at xemacs.org
Wed Jun 6 20:41:28 CEST 2007


Guido van Rossum writes:

 > But I'm not about to change the == operator to apply normalization
 > first. It would affect too much (e.g. hashing).

Yah, that's one reason why Jim Jewett and I lean to normalizing on the
way in for explicitly Unicode data.  But since that's not going to
happen, I guess the thing is to get cracking on that library just in
case there's some help that Python itself could give.



More information about the Python-3000 mailing list