]> granicus.if.org Git - python/commit
Further cleanup of exceptions. All interpolation-related exceptions
authorFred Drake <fdrake@acm.org>
Tue, 31 Dec 2002 17:23:27 +0000 (17:23 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 31 Dec 2002 17:23:27 +0000 (17:23 +0000)
commite2c649126ed1bd609710c10776d148750987e947
tree2e46b83419cecd761716f901caf1460319bacc3a
parent6c5bc3457c2cb9a293e9a402f1af3b60978cbe18
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.
Doc/lib/libcfgparser.tex
Lib/ConfigParser.py