]> 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:12:44 +0000 (19:12 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 3 Jan 2008 19:12:44 +0000 (19:12 +0000)
commitae04c3356ed2aec0e9e2c39096a3ccd05722575a
tree0983292ad7e3485d6fa962cfd5ce861852438fad
parent1beea3be3e507a85b0570e82e8f100594d861f6b
Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:
Regular Expression inline flags not handled correctly for some unicode
characters.  (Forward port from 2.5.2.)
Lib/sre_compile.py
Lib/test/test_re.py
Misc/NEWS