Issue #19327: Fixed the working of regular expressions with too big charset.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4e8dab8..5dc2870 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,8 @@
 Library
 -------
 
+- Issue #19327: Fixed the working of regular expressions with too big charset.
+
 - Issue #19350: Increasing the test coverage of macurl2path. Patch by Colin
   Williams.