]> granicus.if.org Git - python/commit
from the really-stupid-bug department: uppercase literals should match
authorFredrik Lundh <fredrik@pythonware.com>
Mon, 15 Jan 2001 18:28:14 +0000 (18:28 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Mon, 15 Jan 2001 18:28:14 +0000 (18:28 +0000)
commit2e24044f9db23c3d2195a129f53f2deb73a4e4af
treede28bfff15ec4e425623b183af044396d025dd4b
parent48450cf0a94765c010eddfbbfc5c85380e6a9a15
from the really-stupid-bug department: uppercase literals should match
uppercase strings also when the IGNORECASE flag is set (bug #128899)

(also added test cases for recently fixed bugs to the regression suite
-- or in other words, check in re_tests.py too...)
Lib/sre_compile.py
Lib/test/re_tests.py