B.12 Python异常
表B-12列出了Python中的异常。
表B-12 Python内置异常
(续表)
① Python 2.5中新增。
② Python 2.5之前版本中,SystemExit继承自Exception。
③ Python 2.5之前版本中,KeyboardInterrupt继承自StandardError。
④ Python 1.5中新增,基于类的异常替换字符串时发布的版本。
⑤ Python 2.2中新增。
⑥ 仅仅用于Python 1.5~2.4.x。
⑦ Python 2.0中新增。
⑧ Python 1.6中新增。
⑨ Python 2.3中新增。
⑩ Python 2.1中新增。
Python 2.2中新增,但Python 2.4中移除。
