Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

It looks correct to me. Of course, the result is different, because they are 
different functions. re.match() and re.search() return a match object (or 
None), and re.findall returns a list. What result did you expect?

----------
nosy: +serhiy.storchaka

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

Reply via email to