]> granicus.if.org Git - python/commit
Add a test that InterpolationError is constructed properly and raised
authorFred Drake <fdrake@acm.org>
Tue, 31 Dec 2002 06:57:25 +0000 (06:57 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 31 Dec 2002 06:57:25 +0000 (06:57 +0000)
commit5478219e11ccd8230c07be731b4079832bd67c20
treede3c3fa22aed97297b7aac6bb93adeeaafcb2b7d
parent00dc5a93c12484c3df57bd3bf2e0c6e78345a98b
Add a test that InterpolationError is constructed properly and raised
when expected.  Only applies to the ConfigParser and SafeConfigParser
classes, not RawConfigParser.
Lib/test/test_cfgparser.py