comparison doc/changes.rst @ 120:ba5970a2dcef

The default file encoding when reading INI style files with configmix.ini.load() is now "UTF-8". Added unittests for proper Unicode handling.
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 29 Mar 2018 12:38:52 +0200
parents d51a18e5b0e3
children 131aaa95d01f
comparison
equal deleted inserted replaced
119:eefde3288fb8 120:ba5970a2dcef
23 configurations when merging. Changes in configuration instances after 23 configurations when merging. Changes in configuration instances after
24 will not be reflected in the merged configuration any more. 24 will not be reflected in the merged configuration any more.
25 25
26 The public signature of :py:func:`configmix.safe_merge` has *not* 26 The public signature of :py:func:`configmix.safe_merge` has *not*
27 changed. 27 changed.
28
29 - The default file encoding when reading INI style files with
30 :py:func:`configmix.ini.load` is now "UTF-8". Previously it was undefined
31 and therefore dependent on the user's locale.