]> granicus.if.org Git - python/commit
"Flat is better than nested."
authorTim Peters <tim.peters@gmail.com>
Mon, 5 Jun 2006 00:55:26 +0000 (00:55 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 5 Jun 2006 00:55:26 +0000 (00:55 +0000)
commit06c5c008193164f04ebcc14ca5176080cf303c54
tree43c2130394efb5c1f1d16160b5865cf51e711f79
parentbad474544c777ba15c474374c4ee1ef5288fdebf
"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.
Lib/test/regrtest.py