summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2281892..2392b24 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -142,6 +142,12 @@ Tools/Demos
as wide (UCS4) unicode builds for both the host interpreter (embedded
inside gdb) and the interpreter under test.
+Tests
+-----
+
+- Issue #9323: Make test.regrtest.__file__ absolute, this was not always the
+ case when running profile or trace, for example.
+
Build
-----