Matthew Barnett added the comment:

@Tim: Why are you using re.search with '^'? Does the pattern that's passed in 
ever contain '(?m)'? If not, re.match without '^' is better.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22493>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to