]> granicus.if.org Git - python/commit
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 May 2014 18:48:17 +0000 (21:48 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 May 2014 18:48:17 +0000 (21:48 +0300)
commit429b59ec6990dab19d5a0e0a91f55b5f0e850cf6
treea703239002a5ed00ceb3d4dcb21d4ad145edc727
parent946cfc3e238bbd67ff436af5fd05414bbd2e5a08
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
with ignore case.  Original patch by Matthew Barnett.
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c
Modules/sre.h
Modules/sre_lib.h