]> granicus.if.org Git - python/commit
Be more careful about reverting mutuations to system-wide (sys) variables.
authorTim Peters <tim.peters@gmail.com>
Sat, 31 Jul 2004 21:14:28 +0000 (21:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 31 Jul 2004 21:14:28 +0000 (21:14 +0000)
commit579f7355fe2c90b3f7001135c0ec0766dad6d244
treeea6e02a208d1d22bf4257eef6129ecf06816b78c
parent9c8fe1a9b5b6bd1788d045e53f4a5a65eacaa0f1
Be more careful about reverting mutuations to system-wide (sys) variables.
This fixes 15 spurious test failures on Windows (probably all due to
the test leaving a wrong path in sys.argv[0], which then prevented
regrtest.py from finding the expected-output files for tests running
after test_optparse).
Lib/test/test_optparse.py