[Python-Dev] What's the magic formula for regression-testing a single module?

Eric S. Raymond esr@thyrsus.com
Sat, 28 Dec 2002 11:08:12 -0500


What's the magic formula for regression-testing a single library module?

I found a bug in ConfigParser -- the readfp() and write() functions are
not perfect inverses in some situations.  I think I have a fix, and want
to verify correctness.
-- 
		<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>