- Issue #17041: Fix testing when Python is configured with the
  --without-doc-strings option.
diff --git a/Misc/NEWS b/Misc/NEWS
index 243781d..cd16670 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -674,6 +674,9 @@
 Tests
 -----
 
+- Issue #17041: Fix testing when Python is configured with the
+  --without-doc-strings option.
+
 - Issue #15539: Added regression tests for Tools/scripts/pindent.py.
 
 - Issue #15324: Fix regrtest parsing of --fromfile and --randomize options.