commit | 0e379d43acc25277f02262212932d3c589a2031b | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Feb 18 05:48:23 2019 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 18 05:48:23 2019 -0800 |
tree | 2c2d4461326f63766cd3c1bd1b5c79dce19b1100 | |
parent | a01065a3588d3f0d0c57ea35107aa97e722fe2b2 [diff] |
bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546) Need to reset capturing groups between two SRE(match) callings in loops, this fixes wrong capturing groups in rare cases. Also add a missing index in re.rst. (cherry picked from commit 4a7f44a2ed49ff1e87db062e7177a56c6e4bbdb0) Co-authored-by: animalize <animalize@users.noreply.github.com>