[Python-checkins] python/dist/src/Modules unicodedata_db.h, 1.9, 1.10 unicodename_db.h, 1.6, 1.7

perky at users.sourceforge.net perky at users.sourceforge.net
Wed Jun 2 12:49:19 EDT 2004


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32555/Modules

Modified Files:
	unicodedata_db.h unicodename_db.h 
Log Message:
- SF #962502: Add two more methods for unicode type; width() and
iswide() for east asian width manipulation. (Inspired by David
Goodger, Reviewed by Martin v. Loewis)
- Move _PyUnicode_TypeRecord.flags to the end of the struct so that
no padding is added for UCS-4 builds. (Suggested by Martin v. Loewis)


Index: unicodedata_db.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/unicodedata_db.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** unicodedata_db.h	25 Nov 2002 09:13:35 -0000	1.9
--- unicodedata_db.h	2 Jun 2004 16:49:12 -0000	1.10
***************
*** 1,3 ****
! /* this file was generated by Tools/unicode/makeunicodedata.py 2.2 */
  
  #define UNIDATA_VERSION "3.2.0"
--- 1,3 ----
! /* this file was generated by Tools/unicode/makeunicodedata.py 2.3 */
  
  #define UNIDATA_VERSION "3.2.0"

Index: unicodename_db.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/unicodename_db.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** unicodename_db.h	25 Nov 2002 09:13:36 -0000	1.6
--- unicodename_db.h	2 Jun 2004 16:49:13 -0000	1.7
***************
*** 1,3 ****
! /* this file was generated by Tools/unicode/makeunicodedata.py 2.2 */
  
  #define NAME_MAXLEN 256
--- 1,3 ----
! /* this file was generated by Tools/unicode/makeunicodedata.py 2.3 */
  
  #define NAME_MAXLEN 256




More information about the Python-checkins mailing list