unicode database compression, step 3:

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

- also mention the unicode directory in Tools/README
This commit is contained in:
Fredrik Lundh 2000-09-25 17:59:57 +00:00
parent e53793bf4c
commit e9133f7e2e
2 changed files with 100 additions and 9 deletions

View file

@ -21,6 +21,9 @@ scripts A number of useful single-file programs, e.g. tabnanny.py
(by Tim Peters), which checks for inconsistent mixing
of tabs and spaces.
unicode Tools used to generate unicode database files for
Python 2.0 (by Fredrik Lundh).
versioncheck A tool to automate checking whether you have the latest
version of a package (by Jack Jansen).