]> granicus.if.org Git - python/commit
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 23 Nov 2013 21:20:30 +0000 (23:20 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 23 Nov 2013 21:20:30 +0000 (23:20 +0200)
commit32eddc1bbc47479a3639b9191ffc82a52903c5f4
tree8ce67ed6f7d6db96277f4e6d07457f2b159fb362
parent3ed82c55a85665a33b821064c1911b4aa09301d9
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
which anchor the pattern at both ends of the string to match.

Original patch by Matthew Barnett.
Doc/library/re.rst
Doc/whatsnew/3.4.rst
Lib/re.py
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c
Modules/sre.h
Modules/sre_lib.h