]> 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:52 +0000 (12:08 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Feb 2015 10:08:52 +0000 (12:08 +0200)
commita3369a524c6f862936c1d8a24e23c796aa91f2c7
treef176fc626404d514a14cef2d95e5c784d1494b55
parenta1543cdcd65d9a2be302be0da0cfb9c53c17f806
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