[Python-checkins] CVS: python/dist/src/Tools/unicode makeunicodedata.py,1.10,1.11

Fredrik Lundh effbot@users.sourceforge.net
Sun, 21 Jan 2001 15:31:54 -0800


Update of /cvsroot/python/python/dist/src/Tools/unicode
In directory usw-pr-cvs1:/tmp/cvs-serv9354/Tools/unicode

Modified Files:
	makeunicodedata.py 
Log Message:


Unicode nits: Don't include unicodedatabase.h no more.  And make sure
to build *all* tables in makeunicodedata.py.


Index: makeunicodedata.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/unicode/makeunicodedata.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** makeunicodedata.py	2001/01/21 22:41:08	1.10
--- makeunicodedata.py	2001/01/21 23:31:52	1.11
***************
*** 52,58 ****
      print len(filter(None, unicode.table)), "characters"
  
!     # makeunicodename(unicode, trace)
      makeunicodedata(unicode, trace)
!     # makeunicodetype(unicode, trace)
  
  # --------------------------------------------------------------------
--- 52,58 ----
      print len(filter(None, unicode.table)), "characters"
  
!     makeunicodename(unicode, trace)
      makeunicodedata(unicode, trace)
!     makeunicodetype(unicode, trace)
  
  # --------------------------------------------------------------------