[MERGE] Minor profiling fixes
Paul Moore
p.f.moore at gmail.com
Mon Sep 10 11:55:55 BST 2007
On 10/09/2007, Ian Clatworthy <ian.clatworthy at internode.on.net> wrote:
> Hmm - so much for the official documentation:
> http://docs.python.org/lib/module-exceptions.html. :-(
"""
exception KeyboardInterrupt
[...]
The exception inherits from BaseException so as to not be accidentally
caught by code that catches Exception and thus prevent the interpreter
from exiting. Changed in version 2.5: Changed to inherit from
BaseException.
"""
Were you looking at an older version?
Paul.
More information about the bazaar
mailing list