#4 Parser uses deprecated `readfp` API
Closed: Resolved Opened by bignose.

The configparser readfp API is deprecated since Python 3.2.

Instead, the read_file API should be used primarily.

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.


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)

Metadata