[Python-checkins] CVS: python/dist/src/Tools README,1.6,1.7

Fredrik Lundh python-dev@python.org
Mon, 25 Sep 2000 11:00:00 -0700


Update of /cvsroot/python/python/dist/src/Tools
In directory slayer.i.sourceforge.net:/tmp/cvs-serv8239/Tools

Modified Files:
	README 
Log Message:


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

Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** README	2000/08/04 17:03:58	1.6
--- README	2000/09/25 17:59:56	1.7
***************
*** 22,25 ****
--- 22,28 ----
  		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).