Marc-Andre Lemburg added the comment:

I agree with Martin.

At the time Unicode was added to Python, there was no single Unicode property 
for white space, so I had to deduce this from the other available properties.

Now that we have a white space property in Unicode, we should start using it. 
Fortunately, the difference in Python's set of white space chars and the ones 
having the Unicode white space property are minimal.

----------
nosy: +lemburg

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18236>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to