|
|
|
|
|
by dullgiulio
2476 days ago
|
|
No, just that you only want to expand the encoded string into Unicode wide bytes for certain operations and you want to pay that price only on demand. The article also explains how internally this is an optimization the Python interpreter actually does. |
|