]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- SF #962502: Add two more methods for unicode type; width() and
authorHye-Shik Chang <hyeshik@gmail.com>
Wed, 2 Jun 2004 16:49:17 +0000 (16:49 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Wed, 2 Jun 2004 16:49:17 +0000 (16:49 +0000)
commit974ed7cfa50b666c9ab91f7a3f8f26049d387107
treed821c74c26231d988f34764d0fdfe3494036ee95
parentb6568b91fdf7de1377dba395c6725a7307b818ee
- 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)
Doc/api/concrete.tex
Doc/lib/libstdtypes.tex
Include/unicodeobject.h
Lib/test/test_unicode.py
Misc/NEWS
Modules/unicodedata_db.h
Modules/unicodename_db.h
Objects/unicodectype.c
Objects/unicodeobject.c
Objects/unicodetype_db.h
Tools/unicode/makeunicodedata.py