]> granicus.if.org Git - python/commit
Issues #814253, #9179: Warnings now are raised when group references and
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Feb 2015 10:08:36 +0000 (12:08 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Feb 2015 10:08:36 +0000 (12:08 +0200)
commit4809d1fccd81bd3e1e4b08152545cfd88b69231c
treef3e5022ed49fbf2b5c4fd972b62572fcf5b06690
parent021d55ff745268299f8c3d487aac7f12a01ec294
Issues #814253, #9179: Warnings now are raised when group references and
conditional group references are used in lookbehind assertions in regular
expressions.
Doc/library/re.rst
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS