Issue #17979: Fixed the re module in build with --disable-unicode.
diff --git a/Misc/NEWS b/Misc/NEWS
index b2485ef..9367bd5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,8 @@
 Library
 -------
 
+- Issue #17979: Fixed the re module in build with --disable-unicode.
+
 - Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
  .characters() and ignorableWhitespace() methods.  Original patch by Sebastian
   Ortiz Vasquez.