]> granicus.if.org Git - python/commit
Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:
authorGuido van Rossum <guido@python.org>
Thu, 3 Jan 2008 19:08:15 +0000 (19:08 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 3 Jan 2008 19:08:15 +0000 (19:08 +0000)
commit6df9a82bd3bdb69e1e7febc3997ca4c7c1d629fb
tree54e2021c2feb64306776ef5a5b2395c4c9e3fd3e
parent309e2418810a0a8125411de4d9f2b21affc46060
Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:
Regular Expression inline flags not handled correctly for some unicode
characters.
Lib/sre_compile.py
Lib/test/test_re.py
Misc/NEWS