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 gvanrossum
Recipients doerwalter, georg.brandl, gvanrossum, nirs
Date 2007-09-07.17:27:24
SpamBayes Score 0.26968828
Marked as misclassified No
Message-id <1189186044.45.0.719239795024.issue1125@psf.upfronthosting.co.za>
In-reply-to
Content
I tend to agree with the author; I've run into this myself. For
whitespace, I propose to use only the following: tab LF FF VT CR space.
These are the whitespace ASCII characters according to isspace() in libc.

(Unicode also treats hex 1C, 1D, 1E and 1F as whitespace; I have no idea
what these mean. In practice I don't think it matters either way.)
History
Date User Action Args
2007-09-07 17:27:24gvanrossumsetspambayes_score: 0.269688 -> 0.26968828
recipients: + gvanrossum, doerwalter, georg.brandl, nirs
2007-09-07 17:27:24gvanrossumsetspambayes_score: 0.269688 -> 0.269688
messageid: <1189186044.45.0.719239795024.issue1125@psf.upfronthosting.co.za>
2007-09-07 17:27:24gvanrossumlinkissue1125 messages
2007-09-07 17:27:24gvanrossumcreate