]> granicus.if.org Git - python/commit
Issue #27177: Match objects in the re module now support index-like objects
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 13:48:07 +0000 (16:48 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jun 2016 13:48:07 +0000 (16:48 +0300)
commit977b3ac1c1cf18ce8967503ac7a8638a819a5c22
treee17173039c613e2d2c22387397bf01fd99ace433
parent3583c3bd1dae286144ff3cc1ccc7982a8a5966e7
Issue #27177: Match objects in the re module now support index-like objects
as group indices.  Based on patches by Jeroen Demeyer and Xiang Zhang.
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c