Article on the future of Python
Chris Angelico
rosuav at gmail.com
Wed Sep 26 10:24:12 EDT 2012
On Thu, Sep 27, 2012 at 12:19 AM, <wxjmfauth at gmail.com> wrote:
> No, I'm comparing Py33 with Py32 narrow build [*].
Then look at the broken behaviour that Python, up until now, shared
with Javascript and various other languages, in which a one-character
string appears as two characters, and slicing and splicing strings can
split surrogates apart. The new rule is simple: One Unicode codepoint
takes up the space of one character. Anything else is mindbogglingly
counterintuitive.
ChrisA
More information about the Python-list
mailing list