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 mrabarnett
Recipients control-k, ezio.melotti, mrabarnett
Date 2021-11-22.17:40:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637602839.34.0.620591834726.issue45869@roundup.psfhosted.org>
In-reply-to
Content
For comparison, the regex module says that 0x1C..0x1F aren't whitespace, and the Unicode property White_Space ("\p{White_Space}" in a pattern, where supported) also says that they aren't whitespace.
History
Date User Action Args
2021-11-22 17:40:39mrabarnettsetrecipients: + mrabarnett, ezio.melotti, control-k
2021-11-22 17:40:39mrabarnettsetmessageid: <1637602839.34.0.620591834726.issue45869@roundup.psfhosted.org>
2021-11-22 17:40:39mrabarnettlinkissue45869 messages
2021-11-22 17:40:39mrabarnettcreate