commit | 00dc5a93c12484c3df57bd3bf2e0c6e78345a98b | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Dec 31 06:55:41 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Dec 31 06:55:41 2002 +0000 |
tree | 1f04a9596444afd129e5917611fa07322620e62b | |
parent | a3661e126768c7d6850308af4fce8a2efbcf45e2 [diff] |
ConfigParser._interpolate(): Pass the missing key to the InterpolationError constructor, not the KeyError exception itself. (Caught by the new InterpolationError test.) SafeConfigParser._interpolate_some(): Pass the right number of arguments to the InterpolationError constructor. (Caught by pychecker.)