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
First, try using configparser, so users of python2 configparser backport
can use it.
Second, add an as_unicode parameter to write, so it's possible to use
codecs.open instead of open to save the file.
0 commit comments