]> granicus.if.org Git - python/commit
Fixed AttributeError when the regular expression starts from illegal escape.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Nov 2014 12:38:16 +0000 (14:38 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Nov 2014 12:38:16 +0000 (14:38 +0200)
commitb99c132bd9030883f7a3482feb5e2b38c02f4188
treecf3a19d8695a6b2355c7db85c0e619fade46e46c
parentce40e1a081749387aa95c5299694961762745947
Fixed AttributeError when the regular expression starts from illegal escape.
Lib/sre_parse.py
Lib/test/test_re.py