Staging
v0.5.1
https://github.com/python/cpython
Revision 4a7f44a2ed49ff1e87db062e7177a56c6e4bbdb0 authored by animalize on 18 February 2019, 13:26:37 UTC, committed by Serhiy Storchaka on 18 February 2019, 13:26:37 UTC
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.
1 parent 02c04f2
History
Tip revision: 4a7f44a2ed49ff1e87db062e7177a56c6e4bbdb0 authored by animalize on 18 February 2019, 13:26:37 UTC
bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546)
Tip revision: 4a7f44a

README

back to top