summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-10-18 22:18:17 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-10-18 22:18:17 (GMT)
commit0bc11ae52017725d945eeb32a777fb56dfb68beb (patch)
tree8d4f2123ccef8d70e548cd1fcb1ef0f891bae440 /Misc
parentbe4d8094c0098b3e3fcd8ada5fe2b0f9a43a2056 (diff)
downloadcpython-0bc11ae52017725d945eeb32a777fb56dfb68beb.zip
cpython-0bc11ae52017725d945eeb32a777fb56dfb68beb.tar.gz
cpython-0bc11ae52017725d945eeb32a777fb56dfb68beb.tar.bz2
Clean up merge of r75400.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7ff7783..11a25d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -289,8 +289,9 @@ Tests
- Issue #7055: test___all__ now greedily detects all modules which have an
__all__ attribute, rather than using a hardcoded and incomplete list.
-- Issue #7058: Added save/restore for argv and os.environ to runtest_inner
- in regrtest, with warnings if the called test modifies them.
+- Issue #7058: Added save/restore for things like sys.argv and cwd to
+ runtest_inner in regrtest, with warnings if the called test modifies them,
+ and a new section in the summary report at the end.
- Issue #7042: Fix test_signal (test_itimer_virtual) failure on OS X 10.6.