summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-01-14-11-53-10.bpo-34294.3JFdg2.rst
blob: e1ae2ea6a337162e47b5984b874e187a9d109391 (plain)
1
2
3
4
re module, fix wrong capturing groups in rare cases. :func:`re.search`,
:func:`re.findall`, :func:`re.sub` and other functions that scan through
string looking for a match, should reset capturing groups between two match
attempts. Patch by Ma Lin.