Report from the Python Language Summit
Report from the Python Language Summit
Posted Apr 15, 2015 12:56 UTC (Wed) by nix (subscriber, #2304)In reply to: Report from the Python Language Summit by Cyberax
Parent article: Report from the Python Language Summit
I'm actually doing Python 3 stuff for the first time and am finding the bytes / char distinction *really useful*. Everyone else seems to hate it, but given that I'm emitting output to devices that don't know Unicode but *do* know a variety of weird old codecs like CP437, I have to be careful with encodings anyway. Python 3 doesn't let me get it wrong, which has caught numerous bugs already.
