diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2000-09-25 17:59:57 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2000-09-25 17:59:57 (GMT) |
commit | e9133f7e2efbe68f89cb35cbc6a8bcc8bf389ad1 (patch) | |
tree | a38f6efc0328a58cf804f7d9c35cda5aa444bd9b /Tools/README | |
parent | e53793bf4c2361346c21d4dec0b7a617a850436c (diff) | |
download | cpython-e9133f7e2efbe68f89cb35cbc6a8bcc8bf389ad1.zip cpython-e9133f7e2efbe68f89cb35cbc6a8bcc8bf389ad1.tar.gz cpython-e9133f7e2efbe68f89cb35cbc6a8bcc8bf389ad1.tar.bz2 |
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
Diffstat (limited to 'Tools/README')
-rw-r--r-- | Tools/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/README b/Tools/README index a0f5972..b5bdf2e 100644 --- a/Tools/README +++ b/Tools/README @@ -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). |