
Dec. 31, 2002
4:19 a.m.
On Mon, Dec 30, 2002 at 08:43:55PM -0500, Eric S. Raymond wrote:
I've got another fix and some enhancements in the works for ConfigParser. Passes all regression tests, but I'm field-testing before I commit. Just because I'm nervous about patch collisions, what code did your patch affect?
I added class InterpolationSyntaxError(Error). Fred quickly fixed it :-), added a bunch of docstrings, fixed the constructor call I noted, and added some tests. Neal