]> granicus.if.org Git - python/commit
#1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 6 Oct 2009 19:56:32 +0000 (19:56 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 6 Oct 2009 19:56:32 +0000 (19:56 +0000)
commitd0052d17b1a067e4aa8a69f5564a4b94e0c00502
treec80b69d55175b2f9d9090262963fc1989358b963
parent85ea4bf781203d8b4fd2873791d0a7a26e103652
#1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
_PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace.

It now also parses the Unihan.txt for numeric values.
Lib/test/test_unicodedata.py
Misc/NEWS
Modules/unicodedata.c
Modules/unicodedata_db.h
Objects/unicodectype.c
Objects/unicodetype_db.h
Tools/unicode/makeunicodedata.py