]> granicus.if.org Git - python/commit
Issues #814253, #9179: Group references and conditional group references now
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 19:43:57 +0000 (21:43 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 19:43:57 +0000 (21:43 +0200)
commit84df7fe6a2ff20663a194d3758295bee9b1436ef
tree09b3010bf531895d3188e0ace94a2df035ec5e7d
parentb556399fb500136ee4b3c562a72af062527bd20a
Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.
Lib/re.py
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS