Issue #19588: Fixed tests in test_random that were silently skipped most
of the time. Patch by Julian Gindi.
diff --git a/Misc/ACKS b/Misc/ACKS
index e276960..5e0342a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -362,6 +362,7 @@
Jonathan Giddy
Johannes Gijsbers
Michael Gilfix
+Julian Gindi
Wim Glenn
Christoph Gohlke
Tim Golden
diff --git a/Misc/NEWS b/Misc/NEWS
index 6815aa2..3d054c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,9 @@
Tests
-----
+- Issue #19588: Fixed tests in test_random that were silently skipped most
+ of the time. Patch by Julian Gindi.
+
- Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in the
event of a permission error on Windows and to properly report other
skip conditions.