[Python-Dev] Pre-PEP: Exception Reorganization for Python 3.0 (original) (raw)
Fred L. Drake, Jr. fdrake at acm.org
Sun Jul 31 18:26:44 CEST 2005
- Previous message: [Python-Dev] Pre-PEP: Exception Reorganization for Python 3.0
- Next message: [Python-Dev] Pre-PEP: Exception Reorganization for Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sunday 31 July 2005 12:17, Brett Cannon wrote:
Yeah, those explanations work for me. I think I am going to have to write an explanation for every exception so its usage is clear.
That said, I agree with Phillip; a KeyboardInterrupt isn't an error, it's asynchronous user input. That makes it a child of Raisable, not Error.
-Fred
-- Fred L. Drake, Jr.
- Previous message: [Python-Dev] Pre-PEP: Exception Reorganization for Python 3.0
- Next message: [Python-Dev] Pre-PEP: Exception Reorganization for Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]