regenerating unicodedata for py2.7 using py3 makeunicodedata.py?

Martin v. Loewis martin at v.loewis.de
Sat Nov 13 17:40:34 EST 2010


> Is this intended or even guaranteed for these generated files to be
> compatible across py2.7 and py3, or am I going to be bitten by some
> less obvious issues later?

It works because the generated files are just arrays of structures,
and these structures are the same in 2.7 and 3.2. However, there is
no guarantee about this property: you will need to check for changes
to unicodedata.c to see whether they may affect compatibility.

Regards,
Martin



More information about the Python-list mailing list