summaryrefslogtreecommitdiff
path: root/Tools/README
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2000-09-25 17:59:57 +0000
committerFredrik Lundh <fredrik@pythonware.com>2000-09-25 17:59:57 +0000
commit1e8b59c154fd83a87ee8bbb3ac6abddf2db29a02 (patch)
tree2b4be6d2c303102f8b09b14e2cefa1e23a4fc2fa /Tools/README
parenta9018d005715d5029844d5c0a7ccf12869086f74 (diff)
downloadcpython-1e8b59c154fd83a87ee8bbb3ac6abddf2db29a02.tar.gz
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/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/README b/Tools/README
index a0f5972bd1..b5bdf2ed4c 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).