Movatterモバイル変換
[0]ホーム
[Python-Dev] Internal representation of strings and Micropython
Greg Ewinggreg.ewing at canterbury.ac.nz
Thu Jun 5 02:52:03 CEST 2014
Glenn Linderman wrote:>>> For that kind of thing, you don't need an actual character>> index, just some way of referring to a place in a string.>> I think you meant codepoint index, rather than character index.Probably, but what I said is true either way.> This starts to diverge from Python codepoint indexing via integers.That's true, although most programs would have to goout of their way to tell the difference, especially ifStringPosition were a subclass of int.I agree that cacheing indexes would be more transparent,though.-- Greg
More information about the Python-Devmailing list
[8]ページ先頭