[issue35146] Bad Regular Expression Broke re.findall()

Windson Yang report at bugs.python.org
Fri Nov 2 09:56:20 EDT 2018


Windson Yang <wiwindson at gmail.com> added the comment:

The last line "re.error: nothing to repeat at position 0" shows that you should not put raw * as the first element, use \* instead.

----------
nosy: +Windson Yang

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35146>
_______________________________________


More information about the Python-bugs-list mailing list