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 pbnan
Recipients pbnan
Date 2010-11-28.17:51:43
SpamBayes Score 0.004951435
Marked as misclassified No
Message-id <1290966707.34.0.718684122276.issue10567@psf.upfronthosting.co.za>
In-reply-to
Content
Python:
Python 2.7 (r27:82500, Oct 20 2010, 03:21:03) 
[GCC 4.5.1] on linux2

Code:
>>> c = u'\u200b'
>>> c.isspace()
False

In both 2.6, 3.1 it works.

http://www.cs.tut.fi/~jkorpela/chars/spaces.html
History
Date User Action Args
2010-11-28 17:51:47pbnansetrecipients: + pbnan
2010-11-28 17:51:47pbnansetmessageid: <1290966707.34.0.718684122276.issue10567@psf.upfronthosting.co.za>
2010-11-28 17:51:43pbnanlinkissue10567 messages
2010-11-28 17:51:43pbnancreate