[Python-Dev] Re: Relaxing Unicode error handling (original) (raw)
Aahz aahz at pythoncraft.com
Sat Jan 3 09:29:55 EST 2004
- Previous message: [Python-Dev] HP-UX clean-up
- Next message: [Python-Dev] Re: Relaxing Unicode error handling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Martin:
I'd like to add a static property unicode.errorhandling, which defaults to "strict". Applications could set this to "replace" or "ignore", silencing the errors, and risking loss of data. What do you think?
Two traditional questions:
How does this work for library writers?
How does this work with threads?
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
Weinberg's Second Law: If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
- Previous message: [Python-Dev] HP-UX clean-up
- Next message: [Python-Dev] Re: Relaxing Unicode error handling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]