On Sat, Dec 28, 2002 at 11:08:12AM -0500, Eric S. Raymond wrote: > What's the magic formula for regression-testing a single library module? I typically do: ./python -E -tt ./Lib/test/regrtest.py test_strptime Replace test_strptime with the test(s) you want, presumably test_cfgparser. Neal