Description
Modern configparser behavior can be used by legacy Python 2 projects through a backport. This library helps applications read and write INI-style configuration files with APIs closer to newer Python versions.
It is imported by applications and can affect how settings files are parsed. Avoid storing secrets in plain INI files unless the application adds protection.