log configmix/ini.py @ 150:0ac6ffae969f

age author description
Sat, 14 Apr 2018 12:54:54 +0200 Franz Glasner FIX: Docu for INIConfigParser.read_file
Sat, 14 Apr 2018 12:52:15 +0200 Franz Glasner Work around the deprecation of SafeConfigParser in Python 3.2+
Sat, 14 Apr 2018 12:44:42 +0200 Franz Glasner Work around the deprecation of SafeConfigParser.readfp in Python 3.2+
Thu, 29 Mar 2018 12:38:52 +0200 Franz Glasner The default file encoding when reading INI style files with configmix.ini.load() is now "UTF-8".
Sun, 18 Mar 2018 19:15:01 +0100 Franz Glasner Build a tree-ish configuration from an INI style configuration file
Thu, 15 Mar 2018 00:10:48 +0100 Franz Glasner Remove header markup from the Python files and put them into the doc .rst files
Wed, 14 Mar 2018 23:58:47 +0100 Franz Glasner Put a copyright and license note into every source file of the configmix package