]> granicus.if.org Git - python/commit
Issue #22578: Added attributes to the re.error class.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Nov 2014 11:49:00 +0000 (13:49 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Nov 2014 11:49:00 +0000 (13:49 +0200)
commitad446d57a929a642644c3a86c7359ce1638077b0
treefb31d0b7aa5e3d09f5370c606d988d06c30b925f
parenteb99e5157498ae37117a54cdb01fea082d842a0d
Issue #22578: Added attributes to the re.error class.
Doc/library/re.rst
Lib/sre_constants.py
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS