June 30, 2012
10:20 a.m.
Nick Coghlan <ncoghlan@...> writes:
Why not just expose max_code_point directly instead of adding three new methods?
All of these proposals rely on the *current* implementation of CPython unicode (at least for their efficiency). Let's not pollute the language with features that will be bad on others implementations or even ours in the future. Regards, Benjamin