bored-art-40741
06/01/2016, 6:13 PMline_re = re.compile(
r'(?P<source>.*?):'
r'(?P<line_no>\d+): '
r'\[(?P<error_code>[EFC]\d+)'
r'\((?P<error_name>.*?)\), '
r'(?P<error_details>.*?)\] '
r'(?P<error_msg>.*)'
)