summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-12-04 00:09:14 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-12-04 00:09:14 (GMT)
commitba31105d48625d34ad8114706bc75eb59fd27405 (patch)
tree8b29f39526f7412e4bfeaa052e07bc8a2555131c /Misc
parent5f885c626dc56fe6bb327308cc576608bb0e40c7 (diff)
downloadcpython-ba31105d48625d34ad8114706bc75eb59fd27405.zip
cpython-ba31105d48625d34ad8114706bc75eb59fd27405.tar.gz
cpython-ba31105d48625d34ad8114706bc75eb59fd27405.tar.bz2
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 fa881c9..4c7cb42 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,10 @@ Documentation
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.