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 martin.panter
Recipients martin.panter, nneonneo
Date 2016-12-10.00:53:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481331184.65.0.243954357893.issue28927@psf.upfronthosting.co.za>
In-reply-to
Content
Seems a reasonable feature. The documentation would also need updating.

Which specific (whitespace) characters do you propose to ignore? Just ASCII ones, as in bytes.isspace(), or others like b"\xA0" (non-breaking space) and U+2028 (line separator), as in str.isspace()? Perhaps you should add test cases to clarify.
History
Date User Action Args
2016-12-10 00:53:04martin.pantersetrecipients: + martin.panter, nneonneo
2016-12-10 00:53:04martin.pantersetmessageid: <1481331184.65.0.243954357893.issue28927@psf.upfronthosting.co.za>
2016-12-10 00:53:04martin.panterlinkissue28927 messages
2016-12-10 00:53:04martin.pantercreate