Tim Peters added the comment:

Do note that `.match()` is constrained to match starting at the first byte.  
`.search()` is not (it can start matching at any position), and your example 
works fine if `.search()` is used instead.

This is all expected, and intended, and documented.

----------
nosy: +tim.peters

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

Reply via email to