Issue #1160: Fix compiling large regular expressions on UCS2 builds.
Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS
index b5b7a50..f69dd3c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -151,6 +151,9 @@
 Library
 -------
 
+- Issue #1160: Fix compiling large regular expressions on UCS2 builds.
+  Patch by Serhiy Storchaka.
+
 - Issue #14313: zipfile now raises NotImplementedError when the compression
   type is unknown.