]> granicus.if.org Git - python/commit
Enhance the performance of two important Unicode character
authorMarc-André Lemburg <mal@egenix.com>
Thu, 20 Oct 2005 19:06:35 +0000 (19:06 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 20 Oct 2005 19:06:35 +0000 (19:06 +0000)
commit2cb94aba122b86dcda87d437eb36a860d14393d5
tree3e001e1b719c93a1df3fb939423bae13b29827bb
parent9984e706ff01cc7f3e2efd5e0e4cdca565302100
Enhance the performance of two important Unicode character
type lookups: whitespace and linebreak.

These lookup tables are from the Python 1.6 version with the addition
of the 205F code point which was added as whitespace code point to Unicode
since then.
Objects/unicodectype.c