See https://peps.python.org/pep-0597/. Problematic code: def foo(file_path): with open(file_path) as file: # [unspecified-encoding] contents = file.read().
確定! 回上一頁