The first part of section 8 explains opening files, but only discusses aspects of working with text files. The mention of TextIOWrapper is too much detail, I guess.
I don't think we need to address working with binary files (or reading text files in binary mode) but it would be good to mention explicitly that we are discussing text files only.
The first part of section 8 explains opening files, but only discusses aspects of working with text files. The mention of
TextIOWrapperis too much detail, I guess.I don't think we need to address working with binary files (or reading text files in binary mode) but it would be good to mention explicitly that we are discussing text files only.