[Zope-Coders] Weird OOBTree bug found

Andreas Jung Andreas Jung" <andreas@zope.com
Fri, 12 Oct 2001 13:12:27 -0400


----- Original Message ----- 
From: "Guido van Rossum" <guido@python.org>
To: "Andreas Jung" <andreas@zope.com>
Cc: "Jim Fulton" <Jim@zope.com>; <zope-coders@zope.org>
Sent: Friday, October 12, 2001 12:31
Subject: Re: [Zope-Coders] Weird OOBTree bug found


> 
> This probably has to do with the default encoding.  Unicode strings
> can be used to match ASCII strings, but not 8-bit strings containing
> 8-bit characters: the 8-bit characters don't have a known encoding
> (not everybody encodes their Python string objects in Latin-1) so the
> comparison simply fails.

But this does not explain that I can access the key when I delete another
key from the tree :)

Andreas