Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:
Regular Expression inline flags not handled correctly for some unicode
characters.
diff --git a/Misc/NEWS b/Misc/NEWS
index 38a047d..97027a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,9 @@
 Library
 -------
 
+- Issue #1700: Regular expression inline flags incorrectly handle certain
+  unicode characters.
+
 - Change ctypes version number to 1.0.3 (when Python 2.5.2 is released,
   ctypes 1.0.3 will be also be released).