[Python-Dev] PEP 342 support for string exceptions in throw() (original) (raw)
Guido van Rossum guido at python.org
Sat Mar 25 00:06:58 CET 2006
- Previous message: [Python-Dev] PEP 342 support for string exceptions in throw()
- Next message: [Python-Dev] PEP 342 support for string exceptions in throw()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/24/06, Phillip J. Eby <pje at telecommunity.com> wrote:
At 03:04 PM 3/24/2006 -0800, Guido van Rossum wrote: >The current state is that it always allows them, right?
No. It doesn't allow them. Support for string exceptions was never actually implemented; I'm trying to implement it now.
Oops, I see. I'm +1 for allowing them, -1 for doing any kind of detection of situations that might not allow them in the future. (You're not warning about classic classes either are you?)
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] PEP 342 support for string exceptions in throw()
- Next message: [Python-Dev] PEP 342 support for string exceptions in throw()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]