[issue36502] The behavior of str.isspace() for U+00A0 and U+202F is different from what is documented

SilentGhost report at bugs.python.org
Tue Apr 2 10:56:28 EDT 2019


SilentGhost <ghost.adh at runbox.com> added the comment:

According to comment for _PyUnicode_IsWhitespace it's supposed to include Zs category, plus documented BIDI properties. So, I'm not sure where "Other" came from.

----------
versions: +Python 3.7, Python 3.8

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


More information about the Python-bugs-list mailing list