commit | e2c649126ed1bd609710c10776d148750987e947 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Dec 31 17:23:27 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Dec 31 17:23:27 2002 +0000 |
tree | 2e46b83419cecd761716f901caf1460319bacc3a | |
parent | 6c5bc3457c2cb9a293e9a402f1af3b60978cbe18 [diff] |
Further cleanup of exceptions. All interpolation-related exceptions now derive from InterpolationError, which is not raised directly (only subclasses get raised). This matches what the docs already said.