This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jun_
Recipients Jun, Jun_, SilentGhost, docs@python, ezio.melotti, lemburg, vstinner
Date 2019-04-02.14:32:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554215577.43.0.151239042562.issue36502@roundup.psfhosted.org>
In-reply-to
Content
Do you mean read the statement as follows?

Whitespace characters are characters that satisfy either one of:
1. Character type is "Other"
2. Character type is "Separator"
3. Characters with "WS", "B", or "S" bidirectional property

If that's the case, this is also not reflect the behavior as most of characters in "Other" are not whitespace characters and in fact str.isspace() returns False for those characters.
History
Date User Action Args
2019-04-02 14:32:57Jun_setrecipients: + Jun_, lemburg, vstinner, ezio.melotti, SilentGhost, docs@python, Jun
2019-04-02 14:32:57Jun_setmessageid: <1554215577.43.0.151239042562.issue36502@roundup.psfhosted.org>
2019-04-02 14:32:57Jun_linkissue36502 messages
2019-04-02 14:32:57Jun_create