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-10-05.07:57:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch changes the functions _PyUnicode_ToNumeric,
_PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace from
having to be manually updated into being generated from
data in the unicode database.

It will allso read numeric values for characters whos
numeric type is defined in the Unihan.txt file and not
in the UnicodeData.txt file.

The patch should work for both the release25-maint
branch as well as the trunk.

The patch is so big i had to split it into two files
for sourcefore to accept it.

History
Date User Action Args
2007-08-23 15:54:51adminlinkissue1571184 messages
2007-08-23 15:54:51admincreate