You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
For portability (between different operating systems), it might also be a good idea to mention open(config_file, 'r', encoding='utf-8') and maybe even os.path.join().
really two issues here. one is dealing with different encodings, the other is dealing with paths. Probably worth discussing both os.path.join() and pathlib.Path().