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
File Mode Size
CODEOWNERS -rw-r--r-- 2.1 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 700 bytes
appveyor.yml -rw-r--r-- 1.1 KB
codecov.yml -rw-r--r-- 482 bytes

back to top