PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

Changing default behavior of ConfigParser #62

Open bujardal opened 5 years ago

bujardal commented 5 years ago

https://github.com/PyUtilib/pyutilib/blob/3f67b2653329d272d5c1199afe0eec4b13022c9e/pyutilib/component/config/plugin_ConfigParser.py#L31

This should not be done a the class level because it's changing the default behavior of ConfigParser in the rest of the program. Instead it should be done at the object level.