[Python-Dev] Pre-PEP: Exception Reorganization for Python 3.0
Fred L. Drake, Jr.
fdrake at acm.org
Sun Jul 31 18:26:44 CEST 2005
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. <fdrake at acm.org>
More information about the Python-Dev
mailing list