bored-art-40741
line_re = re.compile( r'(?P<source>.*?):' r'(?P<line_no>\d+): ' r'\[(?P<error_code>.\d+)\] ' r'(?P<error_msg>.*)' )