diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-10-07 23:54:53 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-10-07 23:54:53 (GMT) |
commit | 6bf5a2e85bc549647cd050a5e38e70f81db80c5a (patch) | |
tree | 5d107a889966fe9c3fb11da1c5e165bd552be608 /Misc/NEWS | |
parent | b090761ec035153ff9ac192a0a17ffd7d3706830 (diff) | |
download | cpython-6bf5a2e85bc549647cd050a5e38e70f81db80c5a.zip cpython-6bf5a2e85bc549647cd050a5e38e70f81db80c5a.tar.gz cpython-6bf5a2e85bc549647cd050a5e38e70f81db80c5a.tar.bz2 |
Merged revisions 75279 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r75279 | r.david.murray | 2009-10-07 19:38:55 -0400 (Wed, 07 Oct 2009) | 10 lines
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.
........
................
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,6 +79,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. Build |