[Python-Dev] Relaxing Unicode error handling

Barry Warsaw barry at python.org
Sat Jan 3 13:29:49 EST 2004


On Sat, 2004-01-03 at 12:46, Martin v. Loewis wrote:

> However, now people say "I have followed this advise, and I got
> banana software: matures at the customer. We would rather be certain
> that the customer won't see exceptions that we never got in testing".
> 
> It is for these users where the feature would be used.

Agreed.  Even when you know what to do, it can be very difficult to
track everything down, especially when you're trying to wedge Unicode
and i18n into an application that wasn't originally designed for it
<wink>.

+1 from me, although I agree with Alex's very persuasive plain text
message that it probably ought to live on the type object.

-Barry





More information about the Python-Dev mailing list