]> 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:33:08 +0000 (20:33 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Nov 2012 18:33:08 +0000 (20:33 +0200)
commit0941d9fc64e1429454282667d0ca47740c141943
treeaa3c88e98ea74d685a1dd2f5b8b0e3ff1e839b0d
parentdedfa9bfaec868af2099b44e68bd98ebd5075062
#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