[Python-checkins] CVS: python/dist/src/Modules unicodedata.c,2.7,2.8

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


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

Modified Files:
	unicodedata.c 
Log Message:


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


Index: unicodedata.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/unicodedata.c,v
retrieving revision 2.7
retrieving revision 2.8
diff -C2 -r2.7 -r2.8
*** unicodedata.c	2001/01/21 22:41:07	2.7
--- unicodedata.c	2001/01/21 23:31:52	2.8
***************
*** 13,17 ****
  
  #include "Python.h"
- #include "unicodedatabase.h"
  
  typedef struct {
--- 13,16 ----