ConfigArgParse
ConfigArgParse copied to clipboard
Add option to configure enconding of config files in python3
It would be nice to define your config file encoding without interference of the system configuration as right now it defaults to open default encoding.
If this can be done with a couple lines of code, a PR would be appreciated.