Open an encoded file using the given mode and return a wrapped version providing transparent encoding/decoding. Note: The wrapped version will only accept the object format defined by the codecs, i.e. Unicode objects for most builtin codecs. Output is also codec dep
(filename, mode='r', encoding=None, errors='strict', buffering=-1)
nothing calls this directly
no test coverage detected