summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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.