• Fred Drake's avatar
    ConfigParser._interpolate(): Pass the missing key to the · 00dc5a93
    Fred Drake yazdı
        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.)
    00dc5a93
ConfigParser.py 21.3 KB