Report from the Python Language Summit
Report from the Python Language Summit
Posted Apr 15, 2015 14:22 UTC (Wed) by jezuch (subscriber, #52988)In reply to: Report from the Python Language Summit by nix
Parent article: Report from the Python Language Summit
> am finding the bytes / char distinction *really useful*.
Frankly, this usefulness is rather obvious to anyone living in non-ASCII world. When you are using ą, ę, ź, ć, etc. daily (and it's still just a variant of the Latin script), you learn pretty quickly about character encodings. The hard way, usually ;)
