commit | 6df9a82bd3bdb69e1e7febc3997ca4c7c1d629fb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jan 03 19:08:15 2008 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jan 03 19:08:15 2008 +0000 |
tree | 54e2021c2feb64306776ef5a5b2395c4c9e3fd3e | |
parent | 309e2418810a0a8125411de4d9f2b21affc46060 [diff] [blame] |
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).