]> granicus.if.org Git - python/commit
#12759: sre_parse now raises a proper error when the name of the group is missing...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Nov 2012 18:31:12 +0000 (20:31 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Nov 2012 18:31:12 +0000 (20:31 +0200)
commitef3173877c78f1bbab1e570c68b2ce11460a9f5b
tree8ebc9c5c4171ff1408e783fd9e9099fee097c02c
parentd1076dbef8c0cdf6c35101f7c99cdcd319a1e8e5
#12759: sre_parse now raises a proper error when the name of the group is missing.  Initial patch by Serhiy Storchaka.
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS