]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22437: Number of capturing groups in regular expression is no longer
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Sep 2014 19:49:23 +0000 (22:49 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Sep 2014 19:49:23 +0000 (22:49 +0300)
commit9baa5b2de2e1bd4d56791de8144f737f65b89c74
tree59cff121a4d2becfe389a825f1e2b66e8a839c45
parentc31e6227f94c2bb0290336c739873173672a8991
Issue #22437: Number of capturing groups in regular expression is no longer
limited by 100.
Doc/whatsnew/3.5.rst
Lib/sre_compile.py
Lib/sre_constants.py
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c
Modules/sre.h