Christopher Barker writes: > This is now a draft PEP, and being (has been?) discussed on python-dev -- > time to go there is you want more input.
They don't, and it's a "idea" separate from the PEP. Python is not going to change the semantics of str from array of code points to array of characters. That's a Python 4000 change, and I doubt anyone who experienced Python 3000 will be on board. > > Maybe this would be something for the locale or unicodedata module? -1. It should be done (by somebody != me ;-) but not in stdlib. Steve _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/TFQD6FZ42BF4YNW5LROOLCWQHN226O4L/ Code of Conduct: http://python.org/psf/codeofconduct/
