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.
|