[Python-Dev] Unicode Data in Python2.5 is missing a ucd_4_1_0 object

"Martin v. Löwis" martin at v.loewis.de
Fri Aug 11 21:52:02 CEST 2006


Armin Ronacher schrieb:
> Right, I didn't know that. From that old bug report it sounded like a programmer
> should be able to select a specific UCD version.

Well, my comment was that _IDNA_ needs to access _3.2_. This isn't as
general as "any application needs to access any version". We likely drop
3.2 when IDNA stops using it, and we likely drop 4.1 when moving to 5.0.
Of course, now the infrastructure is there for keeping old versions
efficiently, so if compelling reasons are brought forward to keep an
old version, it would be possible.

Regards,
Martin


More information about the Python-Dev mailing list