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 steven.daprano
Recipients senji, steven.daprano
Date 2020-01-22.12:29:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579696179.85.0.379932594591.issue39418@roundup.psfhosted.org>
In-reply-to
Content
This is a new feature, not a bug, so it will apply only to 3.9. All older versions are in feature freeze.

> there's no way to programatically acquire what characters are considered whitespace

https://docs.python.org/3/library/stdtypes.html#str.isspace

https://docs.python.org/3/library/string.html#string.whitespace
History
Date User Action Args
2020-01-22 12:29:39steven.dapranosetrecipients: + steven.daprano, senji
2020-01-22 12:29:39steven.dapranosetmessageid: <1579696179.85.0.379932594591.issue39418@roundup.psfhosted.org>
2020-01-22 12:29:39steven.dapranolinkissue39418 messages
2020-01-22 12:29:39steven.dapranocreate