Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Py3.4: Pass ConfigParser's extra kwargs through
In Python 3.4 ConfigParser has it's own string interpolation which recursively calls get, but with extra kwargs, raw and fallback. Accept these and pass them straight on to ConfigParser
- Loading branch information