HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.83k stars 196 forks source link

Avoid DeprecationError on ConfigParser.readfp() #121

Closed pietrodn closed 3 years ago

pietrodn commented 3 years ago

Add a Python version check to use ConfigParser.read_file() on Python version greater than 3.2.0 (see docs).

Improved version of #93.