commit | 974ed7cfa50b666c9ab91f7a3f8f26049d387107 | [log] [tgz] |
---|---|---|
author | Hye-Shik Chang <hyeshik@gmail.com> | Wed Jun 02 16:49:17 2004 +0000 |
committer | Hye-Shik Chang <hyeshik@gmail.com> | Wed Jun 02 16:49:17 2004 +0000 |
tree | d821c74c26231d988f34764d0fdfe3494036ee95 | |
parent | b6568b91fdf7de1377dba395c6725a7307b818ee [diff] |
- 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)