How to turn a string into a list of integers?

Marko Rauhamaa marko at pacujo.net
Mon Sep 8 01:44:06 EDT 2014


Chris Angelico <rosuav at gmail.com>:

> The original question was regarding storage - how PEP 393 says that
> strings will be encoded in memory in any of three ways (Latin-1,
> UCS-2/UTF-16, or UCS-4/UTF-32). But even in our world, that is not
> what a string *is*, but only what it is made of.

I'm a bit surprised that kind of CPython implementation detail would go
into a PEP. I had thought PEPs codified Python independently of CPython.

But maybe CPython is to Python what England is to the UK: even the
government is having a hard time making a distinction.


Marko



More information about the Python-list mailing list