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
Config files are now assumed to be encoded as utf-8,
just like Python 3 source files.
If decoding does not work, we also try with latin-1,
mostly to support legacy configuration files.
Also moved reading the config file to a separate method
that can be overridden when needed.
0 commit comments