commit | 097e51fd49248eb1e53658b8cb7927b5bc0f8ef2 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Wed Oct 07 23:38:55 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Wed Oct 07 23:38:55 2009 +0000 |
tree | 44d22822e1b7613f54ac81db317460cfeb503afb | |
parent | 56df887b6c1c498af7b5decb3e069c111e4fb520 [diff] |
Merged revisions 75255 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75255 | r.david.murray | 2009-10-05 13:03:09 -0400 (Mon, 05 Oct 2009) | 3 lines Issue #7058: Added save/restore for argv and os.environ to runtest_inner in regrtest, with warnings if the called test modifies them. ........