M.-A. Lemburg writes:
> This is all very nice, but if that means that the whole Unicode
> database has to be loaded every time the interpreter starts up
Ouch.
> BTW, I'm sure it's possible to break down the above into a set of
> ranges and switch cases that are easy to test without having to
On 2008-05-06 02:56, Atsuo Ishimoto wrote:
I've written a PEP for new string representation in Python 3000.
Patch is updated at http://bugs.python.org/issue2630, and Guido
updated a patch to Rietveld:
http://codereview.appspot.com/767 .
I would appreciate your comments and help.
>...
Specific
I've written a PEP for new string representation in Python 3000.
Patch is updated at http://bugs.python.org/issue2630, and Guido
updated a patch to Rietveld:
http://codereview.appspot.com/767 .
I would appreciate your comments and help.
---
PEP: 3138
T