Message 101309 - Python tracker (original) (raw)
Florent Xicluna wrote:
Florent Xicluna <florent.xicluna@gmail.com> added the comment:
Reverted in 3.x: it triggers some failures.
Symptoms:
- repr('\uaaa') gives an empty string
- test_bigmem fails
repr() for Unicode doesn't use the Unicode database. Are you sure that those errors are related to the upgrade ?
Looking closer at the patch, you also changed the unicodetype mappings and since this removes a lot of entries, it looks like the Unicode consortium either moved some mappings out of the UCD file into a separate file or made some massive changes to the code point properties (which is unlikely).
If that's the case, please also revert the Python 2.7 checkin.
Thanks,
Marc-Andre Lemburg eGenix.com
::: Try our new mxODBC.Connect Python Database Interface for free ! ::::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/