Core Python Programming (2nd Edition)

10.13. Related Modules

Table 10.3 lists some of the modules related to this chapter.

Table 10.3. Exception-Related Standard Library Modules

Module

Description

exceptions

Built-in exceptions (never need to import this module)

contextlib[a]

Context object utilities for use with the with statement

sys

Contains various exception-related objects and functions (see sys.ex*)

[a] New in Python 2.5.

Категории