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.) F
Fred Drake committed
00dc5a93c12484c3df57bd3bf2e0c6e78345a98b
Parent: a3661e1