]> granicus.if.org Git - python/commit
Issue #14260: The groupindex attribute of regular expression pattern object
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 29 Mar 2015 22:01:48 +0000 (01:01 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 29 Mar 2015 22:01:48 +0000 (01:01 +0300)
commit07360df481adeacfc2b7a1a7f89ae9a76e86b725
tree1d111118cafc0117d3cd68fdfa7397e68dd25191
parent1813c1701f8e7e9287bccf66d1b4b8348c432168
Issue #14260: The groupindex attribute of regular expression pattern object
now is non-modifiable mapping.
Lib/csv.py
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c