]> granicus.if.org Git - python/commit
unicode database compression, step 3:
authorFredrik Lundh <fredrik@pythonware.com>
Mon, 25 Sep 2000 21:12:34 +0000 (21:12 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Mon, 25 Sep 2000 21:12:34 +0000 (21:12 +0000)
commit69b58e277290be441327f2167f1c169f29fc6936
tree96613b3bcc479b88269053bd3f439c58b7b9817e
parent0f8fad4969630cde85d84059fb85f4756f000c46
unicode database compression, step 3:

- use unidb compression for the unicodectype module.  smaller, faster,
  and slightly more portable...

(note: this commit doesn't include the unicodectype.c file itself; I'm
still waiting for the reviewers...)
Objects/unicodetype_db.h [new file with mode: 0644]