]> granicus.if.org Git - python/commit
Issues #814253, #9179: Group references and conditional group references now
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Feb 2015 08:07:35 +0000 (10:07 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Feb 2015 08:07:35 +0000 (10:07 +0200)
commit4eea62fd2e40d928ff88facc796ebba3aac808a2
tree009531c0bbb25bcd89564cd22bd6c0c6ed1d89cd
parentdf80706f141bf3de5326750e4646161355d65881
Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.
Doc/library/re.rst
Lib/re.py
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS