]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a bunch of problems from merges.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Mar 2008 17:44:29 +0000 (17:44 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 18 Mar 2008 17:44:29 +0000 (17:44 +0000)
commit931936ef5b681b3d48e1e604bde73611e4814729
tree26d1a25d762d628b22c340ed4c34deb98245e780
parent799c3004553f6f09105addf7ea46165ef3ffc34b
Fix a bunch of problems from merges.
 * Ensure local vars are always initialized
 * Re-enable use of the start flag
 * Pass the right parameters to runtest
 * Remove generation of output files, since those should all be gone now
Lib/test/regrtest.py