mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
e53793bf4c
commit
e9133f7e2e
2 changed files with 100 additions and 9 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue