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 loewis
Recipients SilentGhost, belopolsky, loewis, pbnan
Date 2010-11-28.18:40:37
SpamBayes Score 3.2660225e-08
Marked as misclassified No
Message-id <1290969640.85.0.653887777097.issue10567@psf.upfronthosting.co.za>
In-reply-to
Content
In 2.6, there was a manually maintained list, probably dating back to before Unicode 4.0. Python uses the following criterion for determining white space characters:

/* Returns 1 for Unicode characters having the bidirectional type
   'WS', 'B' or 'S' or the category 'Zs', 0 otherwise. */

Since r75272, this is generated from the current Unicode database, and should thus be always correct.

Unless you can somehow prove that the criterion should be changed, or that Python computes it incorrectly, I'm closing this report as invalid.
History
Date User Action Args
2010-11-28 18:40:40loewissetrecipients: + loewis, belopolsky, SilentGhost, pbnan
2010-11-28 18:40:40loewissetmessageid: <1290969640.85.0.653887777097.issue10567@psf.upfronthosting.co.za>
2010-11-28 18:40:37loewislinkissue10567 messages
2010-11-28 18:40:37loewiscreate