Issue #9931: Fix hangs in GUI tests under Windows in certain conditions.
Patch by Hirokazu Yamamoto.
diff --git a/Misc/NEWS b/Misc/NEWS
index 30fa398..5cad446 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -105,6 +105,9 @@
 Tests
 -----
 
+- Issue #9931: Fix hangs in GUI tests under Windows in certain conditions.
+  Patch by Hirokazu Yamamoto.
+
 - Issue #10512: Properly close sockets under test.test_cgi.
 
 - Issue #10992: Make tests pass under coverage.