The configparser readfp API is deprecated since Python 3.2.
readfp
Instead, the read_file API should be used primarily.
read_file
Because the Python 2 ConfigParser has no read_file method, the readfp API is necessary as a legacy wrapper until Python 2 support is dropped.
ConfigParser
This is resolved in commit e8daaaf9, now merged to ‘master’.
Metadata Update from @bignose: - Issue close_status updated to: Resolved - Issue status updated to: Closed (was: Open)