|
|
|
|
|
by Avernar
3675 days ago
|
|
High quality unicode? Where every string with even a single emoji takes 4 times the memory. They should have used UTF-8 for their internal representation. Putting that aside, my issue with 3.X is that I have to use the unicode type even when I'm manipulating byte strings. |
|
What? No you don't. The `bytes` object is what you want when you deal with byte strings.