summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2323d88..5f6ccad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,11 @@ Library
- Issue #17087: Improved the repr for regular expression match objects.
+Tests
+-----
+
+- Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.
+
Build
-----