summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-12-04 00:13:33 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-12-04 00:13:33 (GMT)
commit8054a5d36e42690c95975a9065abbc9285add053 (patch)
tree1ff72ba41adf0bc3dd688c38c026bc0d2ac47546 /Misc
parent8ab31014bfb4286c3459d5fcbe1465ea92ed03de (diff)
downloadcpython-8054a5d36e42690c95975a9065abbc9285add053.zip
cpython-8054a5d36e42690c95975a9065abbc9285add053.tar.gz
cpython-8054a5d36e42690c95975a9065abbc9285add053.tar.bz2
Merged revisions 76661 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r76661 | r.david.murray | 2009-12-03 19:09:14 -0500 (Thu, 03 Dec 2009) | 11 lines Merged revisions 76659 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76659 | r.david.murray | 2009-12-03 18:57:59 -0500 (Thu, 03 Dec 2009) | 4 lines Issue 7431: use TESTFN in test_linecache instead of trying to create a file in the Lib/test directory, which might be read-only for the user running the tests. ........ ................
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 095bd6e..00a9add 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -192,6 +192,10 @@ Extension Modules
Tests
-----
+- Issue #7431: use TESTFN in test_linecache instead of trying to create a
+ file in the Lib/test directory, which might be read-only for the
+ user running the tests.
+
- Issue #7324: add a sanity check to regrtest argument parsing to
catch the case of an option with no handler.