bytes vs. characters
bytes vs. characters
Posted Apr 24, 2015 14:18 UTC (Fri) by lopgok (guest, #43164)In reply to: bytes vs. characters by cesarb
Parent article: Report from the Python Language Summit
It is os.listdir. I have not tried accessing it in binary yet.
I do find it odd that the OS can list the file and I can manipulate the file name on the command line, but because it has some odd characters in it, python silently skips over it.
