[issue18236] str.isspace should use the Unicode White_Space property

Ma Lin report at bugs.python.org
Thu Aug 8 01:16:40 EDT 2019


Ma Lin <malincns at 163.com> added the comment:

Greg, could you try this code after your patch?

>>> import re
>>> re.match(r'\s', '\x1e')
<re.Match object; span=(0, 1), match='\x1e'>  # <- before patch

----------
nosy: +Ma Lin

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


More information about the Python-bugs-list mailing list