PyICU v1.7 Release Notes

    • added wrapper for Locale::getRoot()
    • added tp_hash implementation for Locale type based on Locale::hashCode()
    • fixed bug 13112 (Markus Scherer)
    • added support for building with PyPy (tested on PyPy 2.2.1 / Python 2.7.3)
    • added Locale(lcid) constructor calling uloc_getLocaleForLCID()
    • added wrapper for CompactDecimalFormat and its createInstance() method