bytes vs. characters
bytes vs. characters
Posted Apr 23, 2015 22:40 UTC (Thu) by marcH (subscriber, #57642)In reply to: bytes vs. characters by lopgok
Parent article: Report from the Python Language Summit
> Mission critical means the mission fails when the program fails to read files in a directory.
And the question was: what kind of mission relies on filename garbage?
It's not 100% clear if you actually care about the filenames, or not and just their content.
BTW I totally agree that silently skipping broken filenames is a massive bug.
