Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
the _sre moduel.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3bbced3..8c67ad1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@
 Library
 -------
 
+- Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
+  the _sre moduel.
+
 - Issue #18830: inspect.getclasstree() no more produces duplicated entries even
   when input list contains duplicates.