]> 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:51:37 +0000 (21:51 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 May 2014 18:51:37 +0000 (21:51 +0300)
commit2e03a0a8a7c5e4228235977c2894d0edb129e420
treeca3fd1a7986eb788f3ccdd4d2a9e44de56bd08e4
parentb9183bb4fdcc26a1273e39ea6c32052152898802
parent429b59ec6990dab19d5a0e0a91f55b5f0e850cf6
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
with ignore case.  Original patch by Matthew Barnett.
Misc/NEWS