cpython: 055174308822 (original) (raw)

Mercurial > cpython

changeset 72699:055174308822

Document requierements of Unicode kinds

Victor Stinner victor.stinner@haypocalc.com
date Wed, 05 Oct 2011 01:31:05 +0200
parents 5564bcb0035e
children 5f11621a6f51
files Include/unicodeobject.h
diffstat 1 files changed, 20 insertions(+), 4 deletions(-)[+] [-] Include/unicodeobject.h 24

line wrap: on

line diff

--- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -288,10 +288,26 @@ typedef struct { unsigned int interned:2; /* Character size:

+

+

+

+

+

+

+