[issue24863] Incoherent bevavior with umlaut in regular expressions

eryksun report at bugs.python.org
Fri Aug 14 09:43:07 CEST 2015


eryksun added the comment:

You're passing re.UNICODE (32) as the value of the count parameter, i.e. the function signature is re.sub(pattern, repl, string, count=0, flags=0).

----------
nosy: +eryksun
resolution:  -> not a bug
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24863>
_______________________________________


More information about the Python-bugs-list mailing list