Browse Source
master438cb41c23Replace readfp() (roshii) Pull request description: Replace `ConfigParser.readfp()` with `ConfigParser.read_file()` as per Python [docs](https://docs.python.org/3/library/configparser.html?highlight=configparser#configparser.ConfigParser.read_file) The latter is available as from Python v3.2 while the former breaks as from v3.12 ACKs for top commit: kristapsk: ACK438cb41c23Tree-SHA512: 9f0c7b35a8410a49f4c7486d25535e8f4e47cc40f794c1e83d8b8ee070aa55fcf5a8e6424fd6ebf09c9978bd4e6259c9f26e7d17e2cac55745725bf44cd97917
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue