commit | 06c5c008193164f04ebcc14ca5176080cf303c54 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Jun 05 00:55:26 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Jun 05 00:55:26 2006 +0000 |
tree | 43c2130394efb5c1f1d16160b5865cf51e711f79 | |
parent | bad474544c777ba15c474374c4ee1ef5288fdebf [diff] |
"Flat is better than nested." Move the long-winded, multiply-nested -R support out of runtest() and into some module-level helper functions. This makes runtest() and the -R code easier to follow. That in turn allowed seeing some opportunities for code simplification, and made it obvious that reglog.txt never got closed.