mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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. ........
This commit is contained in:
parent
56df887b6c
commit
097e51fd49
2 changed files with 18 additions and 0 deletions
|
@ -260,6 +260,9 @@ Documentation
|
|||
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.
|
||||
|
||||
- Fixed tests in importlib.test.source.test_abc_loader that were masking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue