summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-12-04 00:01:31 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-12-04 00:01:31 (GMT)
commit1b479f24dcc543cc3d992ddb7ffa2c01a7559ebc (patch)
tree0bc527432bb064f8ccf439e08c4ed62af836013d /Misc
parentcc0c7fbc2219c8088311950f4504bcffcc6c0db6 (diff)
downloadcpython-1b479f24dcc543cc3d992ddb7ffa2c01a7559ebc.zip
cpython-1b479f24dcc543cc3d992ddb7ffa2c01a7559ebc.tar.gz
cpython-1b479f24dcc543cc3d992ddb7ffa2c01a7559ebc.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 cd1d157..0d5521d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,10 @@ Build
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.