[Python-Dev] Minidom and Unicode

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Mon, 3 Jul 2000 11:27:55 +0200


mal wrote:
> > (strings are strings are strings, etc)
>=20
> -1: This breaks code, since it is expected that PyObject_Str()
> returns a string object.

unicode strings are also strings, right?

the interesting question here is to figure out who's expecting that,
and figure out if that code can be changed.

</F>