diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-10-05 17:03:09 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-10-05 17:03:09 (GMT) |
commit | abe3d3ec85893dcb6c0e5851fc607ced61b3336e (patch) | |
tree | 08c3c653ff8dbd01430dd0e2889c582bb5bd6c03 /Misc | |
parent | 245d915e3ecba012b3d42d750460997e3e0a95d4 (diff) | |
download | cpython-abe3d3ec85893dcb6c0e5851fc607ced61b3336e.zip cpython-abe3d3ec85893dcb6c0e5851fc607ced61b3336e.tar.gz cpython-abe3d3ec85893dcb6c0e5851fc607ced61b3336e.tar.bz2 |
Issue #7058: Added save/restore for argv and os.environ to runtest_inner
in regrtest, with warnings if the called test modifies them.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1436,6 +1436,9 @@ Extension Modules Tests ----- +- Issue #7058: Added save/restore for argv and os.environ to runtest_inner + in regrtest, with warnings if the called test modifies them. + - Issue #7042: Fix test_signal (test_itimer_virtual) failure on OS X 10.6. - Issue #6806: test_platform failed under OS X 10.6.0 because ``sw_ver`` leaves |