[Python-Dev] bugs in stdlib

Neal Norwitz neal@metaslash.com
Tue, 31 Dec 2002 07:19:03 -0500


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