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 andersch
Recipients
Date 2006-06-01.15:21:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch makes _PyUnicode_IsLinebreak,
_PyUnicode_ToNumeric and _PyUnicode_IsWhitespace
generated from the Unicode database instead of being
subject to manual updates. This ought to ease the
transition to Unicode version 5.0.0.

Allso, the definitions of whitespaces has changed
between v3.2 and v4.1 so the test had to be updated.

History
Date User Action Args
2007-08-23 15:52:29adminlinkissue1498930 messages
2007-08-23 15:52:29admincreate