[Python-Dev] Re: unicode: strange exception

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Wed, 5 Apr 2000 23:39:49 +0200


>>> None in "abc"
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: coercing to Unicode: need string or charbuffer

now that's an interesting error message.  I think the old one
was better ;-)

</F>