Re: [Python-3000] PEP 3108 - String representation in Python 3000

2008-05-06 Thread Stephen J. Turnbull
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

Re: [Python-3000] PEP 3108 - String representation in Python 3000

2008-05-06 Thread M.-A. Lemburg
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

[Python-3000] PEP 3108 - String representation in Python 3000

2008-05-05 Thread Atsuo Ishimoto
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