#11910: Fix test_heapq to skip the C tests when _heapq is missing.
diff --git a/Misc/NEWS b/Misc/NEWS
index 36d0080..08d1530 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -421,6 +421,8 @@
 Tests
 -----
 
+- Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing.
+
 - Fix test_startfile to wait for child process to terminate before finishing.
 
 - Issue #11719: Fix message about unexpected test_msilib skip on non-Windows